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 brett.cannon
Recipients brett.cannon, eric.snow, ezio.melotti, meador.inge, python-dev
Date 2013-11-08.19:29:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383938966.52.0.618255648231.issue16803@psf.upfronthosting.co.za>
In-reply-to
Content
test_importlib now runs both frozen and source code for all relevant tests. Should allow for making changes in the source w/o recompiling and making sure any source tests pass. Also makes sure the pure Python implementation of import that mirrors what import.c does stays compatible.
History
Date User Action Args
2013-11-08 19:29:26brett.cannonsetrecipients: + brett.cannon, ezio.melotti, meador.inge, python-dev, eric.snow
2013-11-08 19:29:26brett.cannonsetmessageid: <1383938966.52.0.618255648231.issue16803@psf.upfronthosting.co.za>
2013-11-08 19:29:26brett.cannonlinkissue16803 messages
2013-11-08 19:29:26brett.cannoncreate