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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22875>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to