[issue28544] Implement asyncio.Task in C

Brett Cannon report at bugs.python.org
Mon Oct 31 13:00:26 EDT 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue28544>
_______________________________________


More information about the Python-bugs-list mailing list