]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Set line number of END_ASYNC_FOR so that it doesn't show in traces. (GH-27255)
authorMark Shannon <mark@hotpy.org>
Tue, 20 Jul 2021 10:09:56 +0000 (11:09 +0100)
committerGitHub <noreply@github.com>
Tue, 20 Jul 2021 10:09:56 +0000 (12:09 +0200)
commit7ebd7465a5a6a5955fbf69316e1bc8b05cd6fbed
tree679ac7666ae98011aa290ec9b8a9cf886c647ca7
parent9ee12cf325d4da2c07919e5e56545feb7e005e08
Set line number of END_ASYNC_FOR so that it doesn't show in traces. (GH-27255)
Lib/test/test_sys_settrace.py
Python/compile.c