[Python-Dev] PYC Magic

Guido van Rossum guido@python.org
Mon, 03 Jun 2002 01:12:02 -0400


> Someone on comp.lang.python reported getting corrupt .pycs by having
> modules in a user-writeable directory being accessed more-or-less
> simultaneously by different Python versions.  I'm not sure what
> could be done about that.

Yes, that doesn't work...

I suggest to create copies of the code per Python version.

--Guido van Rossum (home page: http://www.python.org/~guido/)