]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-128978: Fix a `NameError` in `sysconfig.expand_makefile_vars` (GH-128979...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 Jan 2025 13:54:48 +0000 (14:54 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2025 13:54:48 +0000 (13:54 +0000)
commit55d3d8165c0aa522d90fe92b92ade74beb27d9f9
tree5244b0135867d0618407bc667097cb0d6a450a7d
parent0351ed50499c3d7fbefe126d025d32eb865ad3f0
[3.13] gh-128978: Fix a `NameError` in `sysconfig.expand_makefile_vars` (GH-128979) (#129065)

gh-128978: Fix a `NameError` in `sysconfig.expand_makefile_vars` (GH-128979)

This fixes a regression introduced by 4a53a397c311567f05553bc25a28aebaba4f6f65.
(cherry picked from commit df66ff14b49f4388625212f6bc86b754cb51d4eb)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
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]