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

Guido van Rossum report at bugs.python.org
Sat Dec 13 21:50:53 CET 2014


Guido van Rossum added the comment:

Docfix LGTM.

On Fri, Dec 12, 2014 at 10:53 PM, Martin Panter <report at bugs.python.org>
wrote:
>
>
> 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>
> _______________________________________
>

----------

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


More information about the docs mailing list