[issue28600] asyncio: Optimize loop.call_soon

Guido van Rossum report at bugs.python.org
Thu Nov 3 18:26:39 EDT 2016


Guido van Rossum added the comment:

PS. I noticed there are a few lines different between the "upstream" repo
and the 3.5 stdlib:

+            # Wake up the loop if the finalizer was called from
+            # a different thread.
+            self._write_to_self()

On Thu, Nov 3, 2016 at 3:12 PM, Yury Selivanov <report at bugs.python.org>
wrote:

>
> Changes by Yury Selivanov <yselivanov at gmail.com>:
>
>
> ----------
> resolution:  -> fixed
> stage: commit review -> resolved
> status: open -> closed
> type:  -> performance
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue28600>
> _______________________________________
>

----------

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


More information about the Python-bugs-list mailing list