[Python-Dev] Adding c-api async protocol support

Victor Stinner victor.stinner at gmail.com
Thu Jun 25 22:24:46 CEST 2015


Hi,

2015-06-25 19:25 GMT+02:00 Andrew Svetlov <andrew.svetlov at gmail.com>:
> P.S.
> Thank you Victor so much for your work on asyncio.
> Your changes on keeping source tracebacks and raising warnings for
> unclosed resources are very helpful.

Ah! It's good to know. You're welcome.

We can still enhance the source traceback by building it using the
traceback of the current task.

Victor


More information about the Python-Dev mailing list