]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150208: Avoid double-quoting string values in sysconfigdata (#150209)
authorStefano Rivera <stefano@rivera.za.net>
Mon, 25 May 2026 12:30:07 +0000 (05:30 -0700)
committerGitHub <noreply@github.com>
Mon, 25 May 2026 12:30:07 +0000 (13:30 +0100)
commit07ae6f133ad7a4e7ed506f6a511809b1fc3d1465
tree558d6954e17d0ff95d44e2e398a5ba08757c4d00
parent71cf3130c6e5dd903837b6871af99156c799fd1e
gh-150208: Avoid double-quoting string values in sysconfigdata (#150209)

String values from ``pyconfig.h`` were rendered into ``sysconfigdata``
variables, retaining the quotes.
Lib/sysconfig/__init__.py
Lib/test/test_sysconfig.py
Misc/NEWS.d/next/Core_and_Builtins/2026-05-21-21-04-43.gh-issue-150208.VOkxRG.rst [new file with mode: 0644]