[issue33605] Detect accessing event loop from a different thread outside of _debug

Yury Selivanov report at bugs.python.org
Wed May 23 14:41:48 EDT 2018


Yury Selivanov <yselivanov at gmail.com> added the comment:

Echo server is usually a good enough microbenchmark (you can use benchmarks from uvloop/examples).  Repeatedly calling call_soon would also be an interesting micro-benchmark but less important (unless it shows that call_soon is 2x slower or something).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33605>
_______________________________________


More information about the Python-bugs-list mailing list