[issue10971] python Lib/test/regrtest.py -R 3:3: test_zipimport_support fails

Nick Coghlan report at bugs.python.org
Sun Feb 6 16:57:09 CET 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

My fix for the issues with reloading of the _ssl module meant that a couple of temporary modules weren't getting cleared out of sys.modules properly, thus confusing the second and later runs of affected tests.

Attached patch adds explicit removal calls for the affected modules.

----------
Added file: http://bugs.python.org/file20701/test_zipimport_support.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10971>
_______________________________________


More information about the Python-bugs-list mailing list