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 ezio.melotti
Recipients brett.cannon, ezio.melotti, jcea, rhettinger
Date 2011-05-08.18:46:50
SpamBayes Score 3.1212405e-06
Marked as misclassified No
Message-id <1304880411.87.0.464187779505.issue11910@psf.upfronthosting.co.za>
In-reply-to
Content
BTW, if the fix for import_fresh_module is OK, it should be committed separately.
The tests I added to check that the C functions are really C functions could stay in test_heapq or they could be moved to test_test_support (see #11049), possibly together with tests for other modules like json/_json.  These tests are making sure that import_fresh_module works correctly but on the other hand they are also a precondition for a meaningful run of the following heapq tests.
History
Date User Action Args
2011-05-08 18:46:51ezio.melottisetrecipients: + ezio.melotti, brett.cannon, rhettinger, jcea
2011-05-08 18:46:51ezio.melottisetmessageid: <1304880411.87.0.464187779505.issue11910@psf.upfronthosting.co.za>
2011-05-08 18:46:51ezio.melottilinkissue11910 messages
2011-05-08 18:46:50ezio.melotticreate