gh-119786: Remove mention of _PyThreadState_BumpFramePointer from InternalDocs/interpreter.md#141816
Merged
hugovk merged 2 commits intopython:mainfrom Dec 16, 2025
Merged
Conversation
iritkatriel
reviewed
Nov 21, 2025
Co-authored-by: Irit Katriel <[email protected]>
iritkatriel
approved these changes
Nov 21, 2025
Member
|
how far back does this needs back porting? |
Member
Author
|
Thx for the review, @iritkatriel! Backporting to 3.13 and 3.14 seems to be optimal, since this change was landed to 3.12, and docs changes are definitely not a security fixes. |
Member
|
we can back port doc updates to security fix versions |
Member
Author
|
Actually, we can backport only to 3.14, since there's no |
sergey-miryanov
approved these changes
Nov 21, 2025
|
Thanks @efimov-mikhail for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Dec 16, 2025
…from `InternalDocs/interpreter.md` (pythonGH-141816) (cherry picked from commit cf7a309) Co-authored-by: Mikhail Efimov <[email protected]> Co-authored-by: Irit Katriel <[email protected]>
|
GH-142812 is a backport of this pull request to the 3.14 branch. |
hugovk
pushed a commit
that referenced
this pull request
Dec 16, 2025
… from `InternalDocs/interpreter.md` (GH-141816) (#142812) Co-authored-by: Mikhail Efimov <[email protected]> Co-authored-by: Irit Katriel <[email protected]>
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In #93908 function
_PyThreadState_BumpFramePointerwas removed.But we still have its mention in
InternalDocs/interpreter.md.I propose to remove it and slightly change wording around.
For example, functions
_PyThreadState_HasStackSpaceand_PyFrame_PushUncheckedcould be mentioned.CC @iritkatriel @markshannon