Message10966

Author teeohhem
Recipients teeohhem
Date 2016-10-19.16:29:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476894559.3.0.908117693347.issue2526@psf.upfronthosting.co.za>
In-reply-to
Content
This was tested on the 2.7.1 standalone. A quick repo is to pass in -Dpython.cachedir=this_doesnt_exist to java when initializing the jython standalone (and maybe export TMPDIR=this_doesnt_exist when not using the standalone). Then try:
from os import kill
from os import getpid

Notice that you'll get ImportErrors saying they do not exist.

After this, create the directory "this_doesnt_exist" and notice that those modules can be loaded just fine.
History
Date User Action Args
2016-10-19 16:29:19teeohhemsetrecipients: + teeohhem
2016-10-19 16:29:19teeohhemsetmessageid: <1476894559.3.0.908117693347.issue2526@psf.upfronthosting.co.za>
2016-10-19 16:29:19teeohhemlinkissue2526 messages
2016-10-19 16:29:18teeohhemcreate