]> git.ipfire.org Git - thirdparty/tornado.git/commit
asyncio: Remove atexit hook 3295/head
authorBen Darnell <ben@bendarnell.com>
Sat, 8 Jul 2023 01:19:18 +0000 (21:19 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 8 Jul 2023 01:19:18 +0000 (21:19 -0400)
commit62363740c1cc0e137ff4344c3afc3d52e070f200
treeebdcd15df9f4a6024df80fbd24e10d3bd9b7c9df
parent34673bf6d4bdf9451722842638a16c221d2c4dc1
asyncio: Remove atexit hook

This hook was added because of an only-in-CI issue, but we have since
improved our cleanup of the selector thread. As long as this passes
CI, I think we can remove the atexit hook.

Fixes #3291
tornado/platform/asyncio.py