]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94485: Set line number of module's RESUME instruction to 0, as specified by PEP...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 5 Jul 2022 12:38:44 +0000 (13:38 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Jul 2022 12:38:44 +0000 (14:38 +0200)
commit324d01944d16868b07df9e8eef6987766a31a36d
tree8162971b60cfa1d724a1c87d7913cf6c2170081a
parenta2a3f2c541290fc8f0720d1abdc12d564b856c28
gh-94485: Set line number of module's RESUME instruction to 0, as specified by PEP 626 (GH-94552)

Co-authored-by: Mark Shannon <mark@hotpy.org>
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