diff options
author | Yury Selivanov <yury@edgedb.com> | 2022-01-11 22:25:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 22:25:28 (GMT) |
commit | 607d8a838f29ad3c4c4e85b39f338dade5f9cafe (patch) | |
tree | 0b0d6f75ca5664c758c979992e9ab645fda159c7 /Misc | |
parent | dce642f24418c58e67fa31a686575c980c31dd37 (diff) | |
download | cpython-607d8a838f29ad3c4c4e85b39f338dade5f9cafe.zip cpython-607d8a838f29ad3c4c4e85b39f338dade5f9cafe.tar.gz cpython-607d8a838f29ad3c4c4e85b39f338dade5f9cafe.tar.bz2 |
bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (#30546)
First introduced in 0332e569c12d3dc97171546c6dc10e42c27de34b
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-01-11-13-57-00.bpo-46347.Gd8M-S.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-01-11-13-57-00.bpo-46347.Gd8M-S.rst b/Misc/NEWS.d/next/Core and Builtins/2022-01-11-13-57-00.bpo-46347.Gd8M-S.rst new file mode 100644 index 0000000..fc12d6b --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-01-11-13-57-00.bpo-46347.Gd8M-S.rst @@ -0,0 +1 @@ +Fix memory leak in PyEval_EvalCodeEx. |