gh-94485: Set line number of module's RESUME instruction to 0, as specified by PEP 626#94552
gh-94485: Set line number of module's RESUME instruction to 0, as specified by PEP 626#94552ambv merged 6 commits intopython:mainfrom
Conversation
|
I think this needs a bytecode magic bump. The necessity to regen |
|
Could you please run |
tiran
left a comment
There was a problem hiding this comment.
The PR looks technically correct and the change makes sense to me. I'm not an expert for Python bytecode, though. Feel free to either merge the PR now or wait for approval by an expert.
|
Thanks @iritkatriel for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
|
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