Skip to content

Conversation

@gvanrossum
Copy link
Member

@gvanrossumgvanrossum 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.

@gvanrossumgvanrossum changed the title gh-113566: [3.11] Fix asyncio segfault[3.11] gh-113566: Fix asyncio segfaultDec 30, 2023
@gvanrossumgvanrossum merged commit 8938495 into python:3.11Dec 30, 2023
@gvanrossumgvanrossum deleted the fix-asyncio-segfault branch December 30, 2023 05:06
@gvanrossumgvanrossum restored the fix-asyncio-segfault branch January 3, 2024 21:42
@gvanrossumgvanrossum deleted the fix-asyncio-segfault branch January 3, 2024 21:47
Sign up for freeto 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.

2 participants

@gvanrossum@kumaraditya303