]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-140939: Fix memory leak in `_PyBytes_FormatEx` error path (GH-140957) ...
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Thu, 6 Nov 2025 16:16:43 +0000 (16:16 +0000)
committerGitHub <noreply@github.com>
Thu, 6 Nov 2025 16:16:43 +0000 (16:16 +0000)
commitf1a93727c46cf9ae2df234c8667da8105a122388
tree40050b1db83cacacb60c98a485d7f7d30b6438e5
parent908695b5c74cb38a49da3e136eac46db9959fd57
[3.13] gh-140939: Fix memory leak in `_PyBytes_FormatEx` error path (GH-140957) (#141155)

(cherry picked from commit d6c89a2df2c8b7603125883494e9058a88348f66)
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