summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>2022-07-05 12:38:44 (GMT)
committerGitHub <noreply@github.com>2022-07-05 12:38:44 (GMT)
commit324d01944d16868b07df9e8eef6987766a31a36d (patch)
tree8162971b60cfa1d724a1c87d7913cf6c2170081a /Misc
parenta2a3f2c541290fc8f0720d1abdc12d564b856c28 (diff)
downloadcpython-324d01944d16868b07df9e8eef6987766a31a36d.zip
cpython-324d01944d16868b07df9e8eef6987766a31a36d.tar.gz
cpython-324d01944d16868b07df9e8eef6987766a31a36d.tar.bz2
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>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-07-01-20-00-19.gh-issue-94485.mo5st7.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-07-01-20-00-19.gh-issue-94485.mo5st7.rst b/Misc/NEWS.d/next/Core and Builtins/2022-07-01-20-00-19.gh-issue-94485.mo5st7.rst
new file mode 100644
index 0000000..14d90b7
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-07-01-20-00-19.gh-issue-94485.mo5st7.rst
@@ -0,0 +1,2 @@
+Line number of a module's ``RESUME`` instruction is set to 0 as specified in
+:pep:`626`.