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.14] DocumentPy_AddPendingCall() change with subinterpreters in 3.12 (GH-139117)#139118

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
hugovk merged 1 commit intopython:3.14frommiss-islington:backport-89ff88b-3.14
Oct 3, 2025

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--139118.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>
@bedevere-appbedevere-appbot added awaiting review docsDocumentation in the Doc dir skip news labelsSep 18, 2025
@hugovkhugovk merged commit292b6cf intopython:3.14Oct 3, 2025
43 checks passed
@github-project-automationgithub-project-automationbot moved this fromTodo toDone inDocs PRsOct 3, 2025
@github-project-automationgithub-project-automationbot moved this fromTodo toDone inSprint 2024Oct 3, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

@hugovkhugovk

Projects

Status: Done
Archived in project

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington@hugovk@ZeroIntensity

[8]ページ先頭

©2009-2025 Movatter.jp