]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129271: Fix reference leak with unicode writer in fast path in the json module...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sat, 25 Jan 2025 16:54:20 +0000 (16:54 +0000)
committerGitHub <noreply@github.com>
Sat, 25 Jan 2025 16:54:20 +0000 (17:54 +0100)
commit7a54a653b718a70c96755f6fc39f01f5c582558a
tree8f5dbfceb0747c07089833c7ca8ff2f59b483735
parente119526edface001ad7d7f70249a123c8a122d71
gh-129271: Fix reference leak with unicode writer in fast path in the json module (#129272)
Modules/_json.c