]> git.ipfire.org Git - thirdparty/tornado.git/commit
asyncio: Manage our own thread instead of an executor 2934/head
authorBen Darnell <ben@bendarnell.com>
Mon, 12 Oct 2020 00:54:01 +0000 (20:54 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 24 Oct 2020 14:46:22 +0000 (10:46 -0400)
commit15832bc423c33c9280564770046dd6918f3a31b4
tree307c7e07ff40ba40942ace82e31f9a80839efa2c
parentc938ddba666980c56d863a190430d04f8b1a363a
asyncio: Manage our own thread instead of an executor

Python 3.9 changed the behavior of ThreadPoolExecutor at interpreter
shutdown (after the already-tricky import-order issues around
atexit hooks). Avoid these issues by managing the thread by hand.
appveyor.yml
tornado/platform/asyncio.py