[docs] [issue22875] asyncio: call_soon() documentation unclear on timing

Martin Panter report at bugs.python.org
Sat Dec 13 07:53:02 CET 2014


Martin Panter added the comment:

I have been bitten by this when attempting to implement my own event loops. Parts of the “asyncio” code itself expects that the callback is not invoked directly after call_soon() returns. Here is a simple patch.

----------
keywords: +patch
nosy: +vadmium
versions: +Python 3.4
Added file: http://bugs.python.org/file37437/call_soon.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22875>
_______________________________________


More information about the docs mailing list