diff options
author | larryhastings <larry@hastings.org> | 2022-05-02 20:08:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-02 20:08:22 (GMT) |
commit | c96da83a8ed020c026c3f080e0b646f553524c85 (patch) | |
tree | 64d4aa1d16c54844f0cc9b026a8b01632bc72377 /Misc | |
parent | dd57fe1dd7675c53e69af33b511786127ae8d25c (diff) | |
download | cpython-c96da83a8ed020c026c3f080e0b646f553524c85.zip cpython-c96da83a8ed020c026c3f080e0b646f553524c85.tar.gz cpython-c96da83a8ed020c026c3f080e0b646f553524c85.tar.bz2 |
Fix the closure argument to PyEval_EvalCodeEx. (GH-92175)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/C API/2022-05-02-12-39-33.gh-issue-92173.len2Is.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2022-05-02-12-39-33.gh-issue-92173.len2Is.rst b/Misc/NEWS.d/next/C API/2022-05-02-12-39-33.gh-issue-92173.len2Is.rst new file mode 100644 index 0000000..c8f9b58 --- /dev/null +++ b/Misc/NEWS.d/next/C API/2022-05-02-12-39-33.gh-issue-92173.len2Is.rst @@ -0,0 +1 @@ +Fix the ``closure`` argument to :c:func:`PyEval_EvalCodeEx`. |