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:36:46
SpamBayes Score 0.00036249266
Marked as misclassified No
Message-id <1304879807.97.0.936164817888.issue11910@psf.upfronthosting.co.za>
In-reply-to
Content
Attached a patch that fixes import_fresh_module to return None when _heapq is missing and skips the C test when _heapq is missing.

I also added an additional test to verify that the functions in c_heapq are really C functions and the ones in py_heapq are really Python functions.
History
Date User Action Args
2011-05-08 18:36:48ezio.melottisetrecipients: + ezio.melotti, brett.cannon, rhettinger, jcea
2011-05-08 18:36:47ezio.melottisetmessageid: <1304879807.97.0.936164817888.issue11910@psf.upfronthosting.co.za>
2011-05-08 18:36:47ezio.melottilinkissue11910 messages
2011-05-08 18:36:47ezio.melotticreate