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
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to