Searched refs:zdc (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/test/libregrtest/ |
D | refleak.py | 45 zdc = None # Run unmodified on platforms without zipimport support 47 zdc = zipimport._zip_directory_cache.copy() 84 dash_R_cleanup(fs, ps, pic, zdc, abcs) 88 dash_R_cleanup(fs, ps, pic, zdc, abcs) 148 def dash_R_cleanup(fs, ps, pic, zdc, abcs): argument 164 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)
|