This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
052d3fc0907be253cfd64b2c737a0b0aca586011
cpython
/
Modules
/
_blake2
History
Serhiy Storchaka
578c3955e0
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
...
Only __index__ should be used to make integer conversions lossless.
2020-05-26 18:43:38 +03:00
..
clinic
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
2020-05-26 18:43:38 +03:00
impl
bpo-37055: fix warnings in _blake2 module (GH-14646)
2019-08-26 10:52:36 -07:00
blake2b2s.py
…
blake2b_impl.c
bpo-40268: Remove explicit pythread.h includes (
#19529
)
2020-04-15 02:04:42 +02:00
blake2module.c
bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119)
2020-03-24 23:08:51 +01:00
blake2ns.h
…
blake2s_impl.c
bpo-40268: Remove explicit pythread.h includes (
#19529
)
2020-04-15 02:04:42 +02:00