[issue12124] python -m test test_packaging test_zipimport failure

2011-05-20 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue12124] python -m test test_packaging test_zipimport failure

2011-05-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset bfceb8c8178a by Victor Stinner in branch '2.7': Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore http://hg.python.org/cpython/rev/bfceb8c8178a -- ___ Python tracker

[issue12124] python -m test test_packaging test_zipimport failure

2011-05-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 52d9183b34f8 by Victor Stinner in branch '3.1': Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore http://hg.python.org/cpython/rev/52d9183b34f8 New changeset a043d8e168b3 by Victor Stinner in branch '3.2': (Merge 3.1) Is

[issue12124] python -m test test_packaging test_zipimport failure

2011-05-19 Thread STINNER Victor
STINNER Victor added the comment: "test_zipimport REMOVES testAFakeZlib tests after the first run" hack was introduced by a commit supposed to "test zipimport a bit more" :-) changeset: 36383:7b3d915b6e9d branch: legacy-trunk user:Neal Norwitz date:Mon Jan 23 07:52:13 2

[issue12124] python -m test test_packaging test_zipimport failure

2011-05-19 Thread STINNER Victor
STINNER Victor 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).

[issue12124] python -m test test_packaging test_zipimport failure

2011-05-19 Thread Nadeem Vawda
Changes by Nadeem Vawda : -- nosy: +nadeem.vawda ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue12124] python -m test test_packaging test_zipimport failure

2011-05-19 Thread STINNER Victor
New submission from STINNER Victor : "python -m test test_packaging test_zipimport" fails with: == FAIL: testAFakeZlib (test.test_zipimport.CompressedZipImportTestCase) ---