[Python-Dev] __pycache__ creation

Nick Coghlan ncoghlan at gmail.com
Thu Mar 25 11:31:33 CET 2010


Ron Adam wrote:
> hmmmm... unless there is a __pycache__ *file* located there first. ;-)

Just a specific reason why attempting to create __pycache__ can fail
(which has defined behaviour in the PEP - running directly from the
source without caching the bytecode file).

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------


More information about the Python-Dev mailing list