[Python-Dev] __file__ and bytecode-only

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Mar 4 04:22:13 CET 2010


Glenn Linderman wrote:

> In this scenario, the .pyc files would still live in __pycache__ ?  
> Complete with the foo.<token>.pyc naming ?

It might be neater to have a separate cache directory
for each bytecode version, named __cache.<token>__ or
some such.

-- 
Greg


More information about the Python-Dev mailing list