Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Dspawn.py114 _cfg_target_split = None variable
124 global _cfg_target, _cfg_target_split
129 _cfg_target_split = [int(x) for x in _cfg_target.split('.')]
135 if _cfg_target_split > [int(x) for x in cur_target.split('.')]: