This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.golden
Recipients tim.golden
Date 2010-04-18.13:13:40
SpamBayes Score 1.1967606e-06
Marked as misclassified No
Message-id <4BCB057A.7030108@timgolden.me.uk>
In-reply-to
Content
If test_heapq is run before test_import on the current py3k head,
test_import will fail as per the attached traceback.

python -m test.regrtest -W test_heapq test_import > test_import.log

At a glance I can't see any obvious reason why test_heapq should have
any effect on test_import. Raising this bug while I try to narrow down.

An extra assert inside support.make_legacy_pyc confirms that
the .pyc being renamed into does in fact already exist.

Running test_import on its own or via regrtest when not preceded
by test_heapq runs with error.
Files
File name Uploaded
test_import.log tim.golden, 2010-04-18.13:13:39
History
Date User Action Args
2010-04-18 13:13:43tim.goldensetrecipients: + tim.golden
2010-04-18 13:13:40tim.goldenlinkissue8440 messages
2010-04-18 13:13:40tim.goldencreate