]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-92236: Remove spurious "line" event when starting coroutine or generator. (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 May 2022 10:52:54 +0000 (03:52 -0700)
committerGitHub <noreply@github.com>
Fri, 13 May 2022 10:52:54 +0000 (11:52 +0100)
commit2e8b2d0ee2f8d0c53d2747d400b83c171732d3a9
tree4fa4792578899ed499bbef3291edf2bf0cf0616d
parentc41667e71b6f1b0c9581160ccd82026738c3a736
GH-92236: Remove spurious "line" event when starting coroutine or generator. (GH-92722) (GH-92772)

(cherry picked from commit 22a1db378c5c381272362c5b2f68ac78a368e136)
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