Brett Cannon added the comment:

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
 .

----------
nosy: +brett.cannon

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28544>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to