]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-92236: Remove spurious "line" event when starting coroutine or generator. (GH...
authorMark Shannon <mark@hotpy.org>
Fri, 13 May 2022 10:24:45 +0000 (11:24 +0100)
committerGitHub <noreply@github.com>
Fri, 13 May 2022 10:24:45 +0000 (11:24 +0100)
commit22a1db378c5c381272362c5b2f68ac78a368e136
tree40f828dfe421c885aa841b301c12476465c50c19
parentdb388df1d9aff02f791fe01c7c2b28d73982dce6
GH-92236: Remove spurious "line" event when starting coroutine or generator. (GH-92722)
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2022-05-12-13-23-19.gh-issue-92236.sDRzUe.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Python/ceval.c