STINNER Victor added the comment:

> Where is executor.py?

Hum, maybe I forgot to push it :-)

https://bitbucket.org/haypo/trollius/src/tip/asyncio/executor.py?at=trollius

Code of the synchronous executor:

https://bitbucket.org/haypo/trollius/src/8f28756d63c2c9f09c3a7c1df420796eca9ff08b/asyncio/executor.py?at=trollius#cl-60

I only defined methods used by asyncio. I didn't try to implement the full API 
(ex: it's not possible to cancel a Future).

----------

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

Reply via email to