FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.13] Document `Py_AddPendingCall()` change with subinterpreters in 3.12 (GH-139117) by miss-islington · Pull Request #139119 · python/cpython · GitHub

/ cpython Public

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

Merged
ZeroIntensity merged 1 commit into
python:3.13from
miss-islington:backport-89ff88b-3.13
Sep 18, 2025
Merged

[3.13] Document Py_AddPendingCall() change with subinterpreters in 3.12 (GH-139117)#139119
ZeroIntensity merged 1 commit into
python:3.13from
miss-islington:backport-89ff88b-3.13

Conversation

miss-islington commented Sep 18, 2025
edited by github-actions Bot
Loading

Copy link
Copy Markdown
Contributor

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. In GH-104813, this was undone, so Py_AddPendingCall() would always schedule for the main interpreter.
(cherry picked from commit 89ff88b)

Co-authored-by: Peter Bierma zintensitydev@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. In pythonGH-104813, this was undone, so Py_AddPendingCall() would always schedule for the main interpreter.
(cherry picked from commit 89ff88b)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
github-project-automation Bot moved this from Todo to In Progress in Sprint Sep 18, 2025
ZeroIntensity enabled auto-merge (squash) September 18, 2025 12:11
ZeroIntensity merged commit 24b6992 into python:3.13 Sep 18, 2025
35 of 36 checks passed
github-project-automation Bot moved this from In Progress to Done in Sprint Sep 18, 2025
github-project-automation Bot moved this from Todo to Done in Docs PRs Sep 18, 2025
miss-islington deleted the backport-89ff88b-3.13 branch January 2, 2026 17:39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done
Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL