Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

[3.13] DocumentPy_AddPendingCall() change with subinterpreters in 3.12 (GH-139117)#139119

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commentedSep 18, 2025
edited by github-actionsbot
Loading

Prior to 3.9, Py_AddPendingCall() would always run pending calls in the main interpreter, but then each interpreter got their own ceval state, and they were scheduled for any interpreter. InGH-104813, this was undone, so Py_AddPendingCall() would always schedule for the main interpreter.
(cherry picked from commit89ff88b)

Co-authored-by: Peter Biermazintensitydev@gmail.com


📚 Documentation preview 📚:https://cpython-previews--139119.org.readthedocs.build/

…ythonGH-139117)Prior to 3.9, Py_AddPendingCall() would always run pending calls in the main interpreter, but then each interpreter got their own ceval state, and they were scheduled for any interpreter. InpythonGH-104813, this was undone, so Py_AddPendingCall() would always schedule for the main interpreter.(cherry picked from commit89ff88b)Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
@github-project-automationgithub-project-automationbot moved this fromTodo toIn Progress inSprint 2024Sep 18, 2025
@ZeroIntensityZeroIntensityenabled auto-merge (squash)September 18, 2025 12:11
@ZeroIntensityZeroIntensity merged commit24b6992 intopython:3.13Sep 18, 2025
35 of 36 checks passed
@github-project-automationgithub-project-automationbot moved this fromIn Progress toDone inSprint 2024Sep 18, 2025
@github-project-automationgithub-project-automationbot moved this fromTodo toDone inDocs PRsSep 18, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@ZeroIntensityZeroIntensityZeroIntensity approved these changes

Assignees

No one assigned

Projects

Status: Done
Archived in project

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@miss-islington@ZeroIntensity

[8]ページ先頭

©2009-2025 Movatter.jp