| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead. |
Sorry, something went wrong.
|
(Note to self that the 3.11 backport will probably need to be manual.) |
Sorry, something went wrong.
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead. |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks a ton for this! This is some really tricky code.
Just a couple of comments on the tests:
Sorry, something went wrong.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request. And if you don't make the requested changes, you will be put in the comfy chair! |
Sorry, something went wrong.
Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
|
Sorry, one last thing... can you add yourself to Misc/ACKS? :) |
Sorry, something went wrong.
|
Thanks @savannahostrowski for the PR, and @brandtbucher for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, something went wrong.
|
Sorry, @savannahostrowski and @brandtbucher, I could not cleanly backport this to 3.11 due to a conflict. cherry_picker 6640f1d8d2462ca0877e1d2789e1721767e9caf2 3.11 |
Sorry, something went wrong.
) (cherry picked from commit 6640f1d) Co-authored-by: Savannah Ostrowski <sostrowski@microsoft.com>
|
GH-111243 is a backport of this pull request to the 3.12 branch. |
Sorry, something went wrong.
|
Congrats @savannahostrowski for the successful contribution. 🎉 |
Sorry, something went wrong.
|
GH-111338 is a backport of this pull request to the 3.11 branch. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
After reading through #94438, it appeared that there were still outstanding issues with mark_stacks as there was no case that checking for POP_JUMP_IF_NONE and POP_JUMP_IF_NOT_NONE, which could break pdb's jump in 3.11 or higher. This adds these case to the switch statement plus a couple of tests.