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

asyncio: Remove atexit hook #3295

Merged
merged 1 commit into from
Jul 8, 2023

Conversation

bdarnell
Copy link
Member

@bdarnell bdarnell commented Jul 8, 2023

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

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 tornadoweb#3291
@bdarnell bdarnell merged commit 559f94a into tornadoweb:master Jul 8, 2023
11 checks passed
@bdarnell bdarnell deleted the remove-asyncio-atexit branch July 8, 2023 01:26
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.

public way to disable atexit callback for AddThreadSelectorEventLoop
1 participant