[issue12124] python -m test test_packaging test_zipimport failure

STINNER Victor report at bugs.python.org
Thu May 19 22:55:11 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

OMG! I understood why the bug was not seen before: "python -m test test_zipimport test_zipimport" succeed because test_zipimport REMOVES testAFakeZlib tests after the first run!

New patch to remove this ugly hack (it is no more needed with my patch anyway).

----------
Added file: http://bugs.python.org/file22034/zipimport_get_data-2.patch

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


More information about the Python-bugs-list mailing list