diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-09-12 09:37:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 09:37:22 (GMT) |
commit | 247ee1bf841524667f883ebba5e343101f609026 (patch) | |
tree | 087271b34ed19994cc2098964f0f99533e1ed016 /Misc | |
parent | 1110c5bc828218086f6397ec05a9312fb73ea30a (diff) | |
download | cpython-247ee1bf841524667f883ebba5e343101f609026.zip cpython-247ee1bf841524667f883ebba5e343101f609026.tar.gz cpython-247ee1bf841524667f883ebba5e343101f609026.tar.bz2 |
gh-109216: Fix possible memory leak in `BUILD_MAP` (#109257)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-09-11-12-41-42.gh-issue-109216.60QOSb.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-09-11-12-41-42.gh-issue-109216.60QOSb.rst b/Misc/NEWS.d/next/Core and Builtins/2023-09-11-12-41-42.gh-issue-109216.60QOSb.rst new file mode 100644 index 0000000..aa8b283 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-09-11-12-41-42.gh-issue-109216.60QOSb.rst @@ -0,0 +1 @@ +Fix possible memory leak in :opcode:`BUILD_MAP`. |