]> granicus.if.org Git - python/commit
Issue #6551: test_zipimport could import and then destroy some modules of
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 13 Nov 2009 16:29:04 +0000 (16:29 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 13 Nov 2009 16:29:04 +0000 (16:29 +0000)
commit060cee221b7d24479da93d925607defb2b6e3dd9
tree406edb569f120be79a1f057268c511ad2311841e
parent88d1bc448bdc2bab0531a729893532cdf2307b28
Issue #6551: test_zipimport could import and then destroy some modules of
the encodings package, which would make other tests fail further down
the road because the internally cached encoders and decoders would point
to empty global variables.
Lib/test/support.py
Lib/test/test_importhooks.py
Lib/test/test_pkg.py
Misc/NEWS