]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the closure argument to PyEval_EvalCodeEx. (GH-92175)
authorlarryhastings <larry@hastings.org>
Mon, 2 May 2022 20:08:22 +0000 (13:08 -0700)
committerGitHub <noreply@github.com>
Mon, 2 May 2022 20:08:22 +0000 (14:08 -0600)
commitc96da83a8ed020c026c3f080e0b646f553524c85
tree64d4aa1d16c54844f0cc9b026a8b01632bc72377
parentdd57fe1dd7675c53e69af33b511786127ae8d25c
Fix the closure argument to PyEval_EvalCodeEx. (GH-92175)
Misc/NEWS.d/next/C API/2022-05-02-12-39-33.gh-issue-92173.len2Is.rst [new file with mode: 0644]
Objects/funcobject.c