Nick Coghlan <ncogh...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue10971> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com