[Python-Dev] __pycache__ creation

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Mar 23 23:14:12 CET 2010


Steven D'Aprano wrote:

> If the user has write permission and the __pycache__ folder is created, 
> but the umask is screwy and no .pyc files can be created, no .pyc file 
> is created and the import uses the .py file only despite the existence 
> of an empty __pycache__ folder.

Sounds okay to me.

-- 
Greg




More information about the Python-Dev mailing list