Searched refs:zdc (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/test/libregrtest/ |
D | refleak.py | 38 zdc = None # Run unmodified on platforms without zipimport support 40 zdc = zipimport._zip_directory_cache.copy() 70 alloc_after, rc_after, fd_after = dash_R_cleanup(fs, ps, pic, zdc, 120 def dash_R_cleanup(fs, ps, pic, zdc, abcs): argument 136 zipimport._zip_directory_cache.update(zdc)
|
/external/python/cpython2/Lib/test/ |
D | regrtest.py | 1433 zdc = None # Run unmodified on platforms without zipimport support 1435 zdc = zipimport._zip_directory_cache.copy() 1461 dash_R_cleanup(fs, ps, pic, zdc, abcs) 1467 dash_R_cleanup(fs, ps, pic, zdc, abcs) 1510 def dash_R_cleanup(fs, ps, pic, zdc, abcs): argument 1525 zipimport._zip_directory_cache.update(zdc)
|