Message12998

Author jeff.allen
Recipients jeff.allen, r_walter
Date 2020-02-23.15:26:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582471564.33.0.76653174743.issue2862@roundup.psfhosted.org>
In-reply-to
Content
Here we deal with the spurious recompilation that occurs when root runs Jython to install pip:
https://hg.python.org/jython/rev/2a77fdc4417c
and here relocate the cache directory to user space, so it works again in shared installations, after #2044:
https://hg.python.org/jython/rev/33ea06302061

I thought a longer name was necessary, now the cache it is out of the Jython installation context.

I considered placing it in the user's home directory. This would have the advantage that Jython run from different directories by the same user would not experience the start-up delay of rebuilding the cache. However, the down-side is a potential for interaction when different versions of Java or different versions of the JARs are in play. This seemed the safer choice to make, this close to a release.
History
Date User Action Args
2020-02-23 15:26:04jeff.allensetmessageid: <1582471564.33.0.76653174743.issue2862@roundup.psfhosted.org>
2020-02-23 15:26:04jeff.allensetrecipients: + jeff.allen, r_walter
2020-02-23 15:26:04jeff.allenlinkissue2862 messages
2020-02-23 15:26:04jeff.allencreate