]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-94438: Account for NULLs on evaluation stack when jumping lines. (GH-94444)
authorMark Shannon <mark@hotpy.org>
Fri, 1 Jul 2022 13:01:14 +0000 (14:01 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Jul 2022 13:01:14 +0000 (14:01 +0100)
commitbe80db14c432c621e44920f8fd95a3f3191aca9b
tree15f11323e442796d0c92d96763dea288fae32db6
parent022800253f254ba681a9f1093501a9fd1c15bed7
GH-94438: Account for NULLs on evaluation stack when jumping lines. (GH-94444)
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2022-06-30-15-07-26.gh-issue-94438.btzHSk.rst [new file with mode: 0644]
Objects/frameobject.c