Home
last modified time | relevance | path

Searched refs:_cfg_target_split (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/distutils/
H A Dspawn.py20 _cfg_target_split = None variable
54 global _cfg_target, _cfg_target_split
60 _cfg_target_split = [int(x) for x in _cfg_target.split('.')]
69 if _cfg_target_split[:2] >= [10, 3] and cur_target_split[:2] < [10, 3]:

Completed in 1 milliseconds