]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46331: Do not set line number of instruction storing doc-string. (GH-30518)
authorMark Shannon <mark@hotpy.org>
Tue, 11 Jan 2022 11:28:30 +0000 (11:28 +0000)
committerGitHub <noreply@github.com>
Tue, 11 Jan 2022 11:28:30 +0000 (11:28 +0000)
commitbd04fac7eb929cd11ab6985deb61d9780447fbff
treefa1f7cd473f62ffa309b0c0b48d88a655a4a7e35
parentea1a54506b4ac38b712ba63ec884292025f16111
bpo-46331: Do not set line number of instruction storing doc-string. (GH-30518)
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2022-01-10-16-21-54.bpo-46331.h1AC-i.rst [new file with mode: 0644]
Python/compile.c