-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
gh-119786: Remove mention of _PyThreadState_BumpFramePointer from InternalDocs/interpreter.md
#141816
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
gh-119786: Remove mention of _PyThreadState_BumpFramePointer from InternalDocs/interpreter.md
#141816
Conversation
Co-authored-by: Irit Katriel <[email protected]>
|
how far back does this needs back porting? |
|
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. |
|
we can back port doc updates to security fix versions |
|
Actually, we can backport only to 3.14, since there's no |
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