| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
|
how far back does this needs back porting? |
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
|
we can back port doc updates to security fix versions |
Sorry, something went wrong.
|
Actually, we can backport only to 3.14, since there's no InternalDocs/interpreter.md file on 3.13. |
Sorry, something went wrong.
|
Thanks @efimov-mikhail for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Sorry, something went wrong.
…from `InternalDocs/interpreter.md` (pythonGH-141816) (cherry picked from commit cf7a309) Co-authored-by: Mikhail Efimov <efimov.mikhail@gmail.com> Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
|
GH-142812 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
In #93908 function _PyThreadState_BumpFramePointer was 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_HasStackSpace and _PyFrame_PushUnchecked could be mentioned.
CC @iritkatriel @markshannon