Files
cpython/Modules
Oren Milman 01c6a8859e bpo-31602: Fix an assertion failure in zipimporter.get_source() in case of a bad zlib.decompress() (GH-3784)
While a rare potential failure (it requires swapping out zlib.decompress() itself and forcing it to return a non-bytes object), this change prevents a potential C-level assertion failure and instead substitutes it with an exception.

Thanks to Oren Milman for the patch.
2017-09-29 11:34:31 -07:00
..
2017-03-23 17:53:47 +02:00
2016-10-18 16:29:27 +02:00
2016-10-18 16:29:27 +02:00
2017-09-14 18:13:16 -07:00
2016-09-06 10:46:49 -07:00
2016-03-07 14:52:46 -05:00
2017-09-14 18:13:16 -07:00
2017-01-31 23:31:10 -08:00

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