◐ Shell
clean mode source ↗

[3.11] gh-113566: Fix asyncio segfault by gvanrossum · Pull Request #113578 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@gvanrossum

@gvanrossum gvanrossum commented

Dec 30, 2023

edited by bedevere-app Bot

Loading

Copy link Copy Markdown

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 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

@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

Reviewers

@kumaraditya303 kumaraditya303 kumaraditya303 approved these changes

@1st1 1st1 Awaiting requested review from 1st1 1st1 is a code owner

@asvetlov asvetlov Awaiting requested review from asvetlov asvetlov is a code owner

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@gvanrossum @kumaraditya303