Home
last modified time | relevance | path

Searched refs:_parse_makefile (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dsysconfig.py261 def _parse_makefile(filename, vars=None, keep_unresolved=True): function
417 _parse_makefile(makefile, vars)
/third_party/python/Lib/test/
Dtest_sysconfig.py457 vars = sysconfig._parse_makefile(TESTFN)
/third_party/python/Misc/NEWS.d/
D3.5.2rc1.rst1309 Fix sysconfig._parse_makefile not expanding ${} vars appearing before $()
D3.6.0a1.rst2044 Fix sysconfig._parse_makefile not expanding ${} vars appearing before $()