Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "asyncio: Remove atexit hook" #3332

Merged
merged 2 commits into from Oct 29, 2023

Conversation

bdarnell
Copy link
Member

@bdarnell bdarnell commented Oct 3, 2023

This reverts commit 6236374.

We are again seeing hangs at shutdown in
SyncHTTPClientTest.test_destructor_log. Maybe putting this back will
help.

@bdarnell bdarnell force-pushed the selector-thread-atexit branch 7 times, most recently from 0e47fb9 to 120c97a Compare October 11, 2023 02:16
This reverts commit 6236374.

We are again seeing hangs at shutdown in
SyncHTTPClientTest.test_destructor_log. Maybe putting this back will
help.
If this executor was left around it would be GC'd at an unpredictable
time and would often be reported as a failure in other circlerefs tests.
(For unknown reasons this would occur most often in i686 (i.e. 32-bit)
linux builds).
@bdarnell
Copy link
Member Author

This passed a bunch of runs with the build.yml workflow so looks like it helps.

@bdarnell bdarnell merged commit ec59fa0 into tornadoweb:master Oct 29, 2023
12 checks passed
@bdarnell bdarnell deleted the selector-thread-atexit branch October 29, 2023 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant