summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Shannon <mark@hotpy.org>2022-01-11 11:28:30 (GMT)
committerGitHub <noreply@github.com>2022-01-11 11:28:30 (GMT)
commitbd04fac7eb929cd11ab6985deb61d9780447fbff (patch)
treefa1f7cd473f62ffa309b0c0b48d88a655a4a7e35 /Misc
parentea1a54506b4ac38b712ba63ec884292025f16111 (diff)
downloadcpython-bd04fac7eb929cd11ab6985deb61d9780447fbff.zip
cpython-bd04fac7eb929cd11ab6985deb61d9780447fbff.tar.gz
cpython-bd04fac7eb929cd11ab6985deb61d9780447fbff.tar.bz2
bpo-46331: Do not set line number of instruction storing doc-string. (GH-30518)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-01-10-16-21-54.bpo-46331.h1AC-i.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-01-10-16-21-54.bpo-46331.h1AC-i.rst b/Misc/NEWS.d/next/Core and Builtins/2022-01-10-16-21-54.bpo-46331.h1AC-i.rst
new file mode 100644
index 0000000..8bb9a99
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-01-10-16-21-54.bpo-46331.h1AC-i.rst
@@ -0,0 +1,2 @@
+Do not set line number of instruction storing doc-string. Fixes regression
+introduced in 3.11 alpha.