]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:20:03 +0000 (16:20 +0000)
committerGitHub <noreply@github.com>
Thu, 6 Nov 2025 16:20:03 +0000 (16:20 +0000)
commitebf54596bf9deec056e1a9d5763c0d5a10b6e23a
tree09858bde47da3681ed66c9d52fd9b60fff8f2ae9
parent5d10409e332233e5a58c9f52ee89fec19fa8c894
[3.14] gh-140939: Fix memory leak in `_PyBytes_FormatEx` error path (GH-140957) (#141154)

(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