Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsysconfig.py195 def _parse_makefile(filename, vars=None): function
297 _parse_makefile(makefile, vars)
/external/python/cpython3/Lib/
Dsysconfig.py209 def _parse_makefile(filename, vars=None): function
362 _parse_makefile(makefile, vars)
/external/python/cpython3/Lib/test/
Dtest_sysconfig.py435 vars = sysconfig._parse_makefile(TESTFN)
/external/python/cpython3/Misc/NEWS.d/
D3.5.2rc1.rst1310 Fix sysconfig._parse_makefile not expanding ${} vars appearing before $()
D3.6.0a1.rst2045 Fix sysconfig._parse_makefile not expanding ${} vars appearing before $()