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

[3.11] gh-113566: Fix asyncio segfault #113578

Merged
merged 2 commits into from Dec 30, 2023

Conversation

gvanrossum
Copy link
Member

@gvanrossum gvanrossum commented Dec 30, 2023

This fixes a 3.11-specific segfault when the repr() of a Future is requested during process finalization, after the _asyncio module has already cleared its globals. We couldn't repro it on 3.12 or later.

@gvanrossum gvanrossum changed the title gh-113566: [3.11] Fix asyncio segfault [3.11] gh-113566: Fix asyncio segfault Dec 30, 2023
@gvanrossum gvanrossum merged commit 8938495 into python:3.11 Dec 30, 2023
24 checks passed
@gvanrossum gvanrossum deleted the fix-asyncio-segfault branch December 30, 2023 05:06
@gvanrossum gvanrossum restored the fix-asyncio-segfault branch January 3, 2024 21:42
@gvanrossum gvanrossum deleted the fix-asyncio-segfault branch January 3, 2024 21:47
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

2 participants