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 Elvis.Pranskevichus, asvetlov, brett.cannon, gvanrossum, methane, ned.deily, python-dev, vstinner, yselivanov
Date 2016-10-31.17:00:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Just an FYI, for testing code that has both pure Python and C versions you can follow the advice in https://www.python.org/dev/peps/pep-0399/#details . And if you want to really simplify things you start down the road of what test_importlib uses: https://github.com/python/cpython/blob/master/Lib/test/test_importlib/util.py#L81 .
History
Date User Action Args
2016-10-31 17:00:26brett.cannonsetrecipients: + brett.cannon, gvanrossum, vstinner, ned.deily, asvetlov, methane, Elvis.Pranskevichus, python-dev, yselivanov
2016-10-31 17:00:26brett.cannonsetmessageid: <[email protected]>
2016-10-31 17:00:26brett.cannonlinkissue28544 messages
2016-10-31 17:00:26brett.cannoncreate