You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
picnixz opened this issue
Jan 18, 2025
· 0 comments
Assignees
Labels
3.12bugs and security fixes3.13bugs and security fixes3.14new features, bugs and security fixesstdlibPython modules in the Lib dirtype-bugAn unexpected behavior, bug, or error
The _findvar1_rx and _findvar2_rx variables are not declared at all (they were moved to sysconfig/__main__.py). Since the function is publicly named (but not exported nor documented), I prefer backporting the changes of #110785, namely re-use the patterns as is.
3.12bugs and security fixes3.13bugs and security fixes3.14new features, bugs and security fixesstdlibPython modules in the Lib dirtype-bugAn unexpected behavior, bug, or error
Bug report
Bug description:
I think there is some leftover code in
sysconfig.expand_makefile_vars
(90d02e5):cpython/Lib/sysconfig/__init__.py
Lines 727 to 734 in 4dade05
The
_findvar1_rx
and_findvar2_rx
variables are not declared at all (they were moved tosysconfig/__main__.py
). Since the function is publicly named (but not exported nor documented), I prefer backporting the changes of #110785, namely re-use the patterns as is.cc @FFY00
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
NameError
insysconfig.expand_makefile_vars
#128979The text was updated successfully, but these errors were encountered: