[issue8440] test_heapq interfering with test_import on py3k

2010-06-22 Thread Tim Golden
Tim Golden added the comment: Error no longer occurs -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python

[issue8440] test_heapq interfering with test_import on py3k

2010-04-18 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- components: +Tests nosy: +barry, brett.cannon priority: -> normal stage: -> needs patch type: -> behavior versions: +Python 3.2 ___ Python tracker __

[issue8440] test_heapq interfering with test_import on py3k

2010-04-18 Thread Tim Golden
New submission from Tim Golden : 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 e