Message85585
_zip_directory_cache is part of the zipimport module (C module) you can
find in Modules/zipimport.c.
The tests are located here: ./Lib/test/test_zipimport.py
_zip_directory_cache is a dict used by zipimporter_init to speed up the
lookup.
Notice that if it is successfully compiled, zipimport is used by pkgutil.
So Maciek, did you have a bug with this ? |
|
Date |
User |
Action |
Args |
2009-04-05 23:18:46 | tarek | set | recipients:
+ tarek, brett.cannon, georg.brandl, fijal |
2009-04-05 23:18:45 | tarek | set | messageid: <1238973525.82.0.462727188387.issue2953@psf.upfronthosting.co.za> |
2009-04-05 23:18:44 | tarek | link | issue2953 messages |
2009-04-05 23:18:44 | tarek | create | |
|