Message10966
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. |
|
Date |
User |
Action |
Args |
2016-10-19 16:29:19 | teeohhem | set | recipients:
+ teeohhem |
2016-10-19 16:29:19 | teeohhem | set | messageid: <1476894559.3.0.908117693347.issue2526@psf.upfronthosting.co.za> |
2016-10-19 16:29:19 | teeohhem | link | issue2526 messages |
2016-10-19 16:29:18 | teeohhem | create | |
|