]> granicus.if.org Git - python/commit
Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 19 May 2011 22:16:09 +0000 (00:16 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 19 May 2011 22:16:09 +0000 (00:16 +0200)
commit4925cde1cc20fe559b9c1429a99bf9b1c17f7048
treec12bdc58924c3771db0720d7ec5dff91d2664cfc
parentae8856fe363c65c66f3ae61b57ea2af886c61e32
Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
to be able to unload the module.
Lib/test/test_zipimport.py
Misc/NEWS
Modules/zipimport.c