[3.11] gh-113566: Fix asyncio segfault by gvanrossum · Pull Request #113578 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Merged
Conversation
Member
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 added 2 commits
gvanrossum
requested a review
from kumaraditya303
gvanrossum
requested review from
1st1 and
asvetlov
as code owners
bedevere-app
Bot
added
the
awaiting core review
label
bedevere-app
Bot
mentioned this pull request
gvanrossum
changed the title
gh-113566: [3.11] Fix asyncio segfault
[3.11] gh-113566: Fix asyncio segfault
kumaraditya303
approved these changes
bedevere-app
Bot
added
awaiting merge
and removed
awaiting core review
labels
gvanrossum
merged commit
8938495
into
python:3.11
bedevere-app
Bot
removed
the
awaiting merge
label
gvanrossum
deleted the
fix-asyncio-segfault
branch
gvanrossum
restored the
fix-asyncio-segfault
branch
gvanrossum
deleted the
fix-asyncio-segfault
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment