]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46314: Remove extra RESUME when compiling a lamdba. (GH-30513)
authorMark Shannon <mark@hotpy.org>
Mon, 10 Jan 2022 12:29:02 +0000 (12:29 +0000)
committerGitHub <noreply@github.com>
Mon, 10 Jan 2022 12:29:02 +0000 (12:29 +0000)
commitec0c392f34ee2474ceacf66881f05546b540e2d1
tree87d581e50d8dbd021f4399829bec1915e08ad1bc
parentd24cd49acb25c36db31893b84d0ca4fe2f373b94
bpo-46314: Remove extra RESUME when compiling a lamdba. (GH-30513)
Lib/test/test_sys_settrace.py
Python/compile.c