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
gh-94485: Set line number of module's RESUME instruction to 0, as specified by PEP 626 #94552
Conversation
|
I think this needs a bytecode magic bump. The necessity to regen |
|
Could you please run |
|
Thanks @iritkatriel for the PR, and @ambv for merging it |
|
Sorry, @iritkatriel and @ambv, I could not cleanly backport this to |
Fun backport, looking |
… to 0, as specified by PEP 626 (pythonGH-94552) Co-authored-by: Mark Shannon <mark@hotpy.org> (cherry picked from commit 324d019) Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
|
GH-94562 is a backport of this pull request to the 3.11 branch. |


#94485