]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-133581: Fix refleak in t-string AST unparsing (GH-133724) (#133731)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 May 2025 07:38:12 +0000 (09:38 +0200)
committerGitHub <noreply@github.com>
Fri, 9 May 2025 07:38:12 +0000 (07:38 +0000)
commit92d56777a1edbbef48581178004c4835bc9fe41d
tree894bed273faf0e148cc8b43191291458283d9e24
parent47d4947823a1294de558226f8468db7de84ca7b1
[3.14] gh-133581: Fix refleak in t-string AST unparsing (GH-133724) (#133731)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Python/ast_unparse.c