Searched refs:is_not_debug (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Tools/nuget/ |
D | make_zip.py | 51 def is_not_debug(p): function 61 return is_not_debug(p) and not PYTHON_DLL_RE.search(p.name) 83 if not is_not_debug(p): 95 ('/', 'PCBuild/$arch', 'python.exe', is_not_debug), 96 ('/', 'PCBuild/$arch', 'pythonw.exe', is_not_debug), 98 ('DLLs/', 'PCBuild/$arch', '*.pyd', is_not_debug), 108 ('/', 'PCBuild/$arch', 'python*.exe', is_not_debug), 109 ('/', 'PCBuild/$arch', '*.pyd', is_not_debug), 110 ('/', 'PCBuild/$arch', '*.dll', is_not_debug),
|