cpython/Lib/sysconfig
Serhiy Storchaka 9e3542a6c2
gh-136097: Fix sysconfig._parse_makefile() (#136166)
* Fix potential infinite recursion.
* Fix a bug when reference can cross boundaries of substitutions, e.g.
  a=$(
  b=$(a)a)
* Fix potential quadratic complexity.
* Fix KeyError for undefined CFLAGS, LDFLAGS, or CPPFLAGS.
* Fix infinite recursion when keep_unresolved=False.
* Unify behavior with keep_unresolved=False for bogus $ occurred before
  and after variable references.
2025-10-04 14:57:12 +01:00
..
__init__.py Synced docs and docstring for sysconfig.get_platform (#135530) 2025-09-16 12:16:48 +01:00
__main__.py gh-136097: Fix sysconfig._parse_makefile() (#136166) 2025-10-04 14:57:12 +01:00