]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38951: Use threading.main_thread() check in asyncio (GH-17433)
authorHill Ma <mahiuchun@users.noreply.github.com>
Thu, 5 Dec 2019 12:40:12 +0000 (04:40 -0800)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Dec 2019 12:40:12 +0000 (04:40 -0800)
commit99eb70a9eb9493602ff6ad8bb92df4318cf05a3e
treeeccbf5c0c0ce2c69a4eac2dab15ab99a5676e393
parentbb815499af855b1759c02535f8d7a9d0358e74e8
bpo-38951: Use threading.main_thread() check in asyncio (GH-17433)

https://bugs.python.org/issue38951
Lib/asyncio/events.py
Lib/asyncio/unix_events.py