]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127975: Avoid reusing quote types in ast.unparse if not needed (#127980)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Fri, 31 Jan 2025 08:49:06 +0000 (00:49 -0800)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2025 08:49:06 +0000 (08:49 +0000)
commit8df5193d37f70a1478642c4b456dcc7d6df6c117
treee81c499c63bab25018ac819ba7b67cbb123220a6
parent95504f429eec04010d0b815345ebcc3af2402af0
gh-127975: Avoid reusing quote types in ast.unparse if not needed (#127980)
Lib/ast.py
Lib/test/test_unparse.py
Misc/NEWS.d/next/Library/2024-12-20-08-44-12.gh-issue-127975.8HJwu9.rst [new file with mode: 0644]