Files
cpython/Modules
Victor Stinner d2dc827d16 bpo-40602: _Py_hashtable_set() reports rehash failure (GH-20077)
If _Py_hashtable_set() fails to grow the hash table (rehash), it now
fails rather than ignoring the error.
2020-05-14 22:44:32 +02:00
..

Source files for standard library extension modules,
and former extension modules that are now builtin modules.