]> granicus.if.org Git - python/commit
bpo-31781: Prevent crashes when calling methods of an uninitialized zipimport.zipimpo...
authorOren Milman <orenmn@gmail.com>
Fri, 20 Oct 2017 20:42:35 +0000 (23:42 +0300)
committerBrett Cannon <brettcannon@users.noreply.github.com>
Fri, 20 Oct 2017 20:42:35 +0000 (13:42 -0700)
commitdb60a5bfa5d5f7a6f1538cc1fe76f0fda57b524e
treef5dafae436170814bce65b7e189d66ce8b3f2bf2
parent56cb465cc93dcb35aaf7266ca3dbe2dcff1fac5f
bpo-31781: Prevent crashes when calling methods of an uninitialized zipimport.zipimporter object (GH-3986)
Lib/test/test_zipimport.py
Misc/NEWS.d/next/Core and Builtins/2017-10-13-20-01-47.bpo-31781.cXE9SM.rst [new file with mode: 0644]
Modules/zipimport.c