Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
Dextension.py144 from distutils.sysconfig import (parse_makefile, expand_makefile_vars,
151 vars = parse_makefile(filename)
Dsysconfig.py77 def parse_makefile(fn, g=None): function
/third_party/python/Lib/distutils/tests/
Dtest_sysconfig.py181 d = sysconfig.parse_makefile(self.makefile)
193 d = sysconfig.parse_makefile(self.makefile)
/third_party/python/Misc/NEWS.d/
D3.10.0b3.rst147 Restore back :func:`parse_makefile` in :mod:`distutils.sysconfig` because it
/third_party/python/Misc/
DHISTORY15454 - Issue #5201: distutils.sysconfig.parse_makefile() now understands `$$`