]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128978: Fix a `NameError` in `sysconfig.expand_makefile_vars` (#128979)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 20 Jan 2025 13:27:14 +0000 (14:27 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2025 13:27:14 +0000 (13:27 +0000)
commitdf66ff14b49f4388625212f6bc86b754cb51d4eb
tree171011faaf2ce06ce4a1bdb383aa3f7c903b518e
parent59fcae793f94be977c56c1f3c2988bd93d6b1564
gh-128978: Fix a `NameError` in `sysconfig.expand_makefile_vars` (#128979)

This fixes a regression introduced by 4a53a397c311567f05553bc25a28aebaba4f6f65.
Lib/sysconfig/__init__.py
Misc/NEWS.d/next/Library/2025-01-18-11-04-44.gh-issue-128978.hwg7-w.rst [new file with mode: 0644]