]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-94485: Set line number of module's RESUME instruction to 0 as specified...
authorŁukasz Langa <lukasz@langa.pl>
Tue, 5 Jul 2022 14:01:24 +0000 (16:01 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Jul 2022 14:01:24 +0000 (16:01 +0200)
commit1bfe83a114da3939c00746fc44dc5da7f56f525f
tree8ac7429e794740f0748de56a1541df3f5357d70b
parent0615e7f9bbc0ba07f48582df7857122d3f4c82b0
[3.11] gh-94485: Set line number of module's RESUME instruction to 0 as specified by PEP 626 (GH-94552) (GH-94562)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Co-authored-by: Mark Shannon <mark@hotpy.org>
(cherry picked from commit 324d01944d16868b07df9e8eef6987766a31a36d)
Lib/importlib/_bootstrap_external.py
Lib/test/test_code.py
Lib/test/test_compile.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2022-07-01-20-00-19.gh-issue-94485.mo5st7.rst [new file with mode: 0644]
Programs/test_frozenmain.h
Python/compile.c