Staging
v0.8.1
https://github.com/python/cpython
Revision 01c6a8859ef2ff5545a87cf537573bd342c848bf authored by Oren Milman on 29 September 2017, 18:34:31 UTC, committed by Brett Cannon on 29 September 2017, 18:34:31 UTC
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.
1 parent 6603373
History
Tip revision: 01c6a8859ef2ff5545a87cf537573bd342c848bf authored by Oren Milman on 29 September 2017, 18:34:31 UTC
bpo-31602: Fix an assertion failure in zipimporter.get_source() in case of a bad zlib.decompress() (GH-3784)
Tip revision: 01c6a88
File Mode Size
dummy
__init__.py -rw-r--r-- 923 bytes
connection.py -rw-r--r-- 30.4 KB
context.py -rw-r--r-- 10.7 KB
forkserver.py -rw-r--r-- 11.0 KB
heap.py -rw-r--r-- 8.7 KB
managers.py -rw-r--r-- 39.1 KB
pool.py -rw-r--r-- 26.2 KB
popen_fork.py -rw-r--r-- 2.4 KB
popen_forkserver.py -rw-r--r-- 2.0 KB
popen_spawn_posix.py -rw-r--r-- 1.9 KB
popen_spawn_win32.py -rw-r--r-- 3.0 KB
process.py -rw-r--r-- 10.3 KB
queues.py -rw-r--r-- 10.6 KB
reduction.py -rw-r--r-- 9.1 KB
resource_sharer.py -rw-r--r-- 5.2 KB
semaphore_tracker.py -rw-r--r-- 4.8 KB
sharedctypes.py -rw-r--r-- 6.2 KB
spawn.py -rw-r--r-- 8.7 KB
synchronize.py -rw-r--r-- 11.3 KB
util.py -rw-r--r-- 11.6 KB

back to top