]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140939: Fix memory leak in `_PyBytes_FormatEx` error path (#140957)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Thu, 6 Nov 2025 05:50:57 +0000 (05:50 +0000)
committerGitHub <noreply@github.com>
Thu, 6 Nov 2025 05:50:57 +0000 (11:20 +0530)
commitd6c89a2df2c8b7603125883494e9058a88348f66
treea14ca5f650b020df7bf9a52cac59c7bd6654a24f
parent9037a386c6ed0c71cf8525ef91c55694ebeedc36
gh-140939: Fix memory leak in `_PyBytes_FormatEx` error path (#140957)
Lib/test/test_bytes.py
Misc/NEWS.d/next/Core_and_Builtins/2025-11-03-17-21-38.gh-issue-140939.FVboAw.rst [new file with mode: 0644]
Objects/bytesobject.c