Files
cpython/Modules
Zackery Spytz 4b430e5f69 Fix incorrect error handling in _pickle.Unpickler.__init__() (GH-9630)
_pickle.Unpickler.__init__() should return -1 if Pdata_New() fails, not 1.
2018-09-29 08:48:46 +03:00
..
2017-11-05 15:37:50 +02:00
2017-11-08 14:44:44 -08:00

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