[csw-maintainers] Python 3.x

Maciej (Matchek) Bliziński maciej at opencsw.org
Fri Aug 2 15:22:21 CEST 2013


2013/8/2 Peter FELECAN <pfelecan at opencsw.org>:
>> 2013/8/2 Peter FELECAN <pfelecan at opencsw.org>:
>>> Isn't there a cache mechanism which uses some user related store to on
>>> the run compiled files? In this case, the user incurs this only once. It
>>> seems to me that this is what the creators of Python intended.
>>
>> There is a mechanism, but the user has no write permissions to the
>> directories where the modules are.
>
> I mean in his home directory, ${TMPDIR}, &c.

I would doubt it works in a general case, e.g. you can't assume that
there is a home directory, and I'm pretty sure Python wouldn't save
bytecode into /tmp.


More information about the maintainers mailing list