Message10331

Author mishikal@yahoo.com
Recipients darjus, mberg, mishikal@yahoo.com, zyasoft
Date 2015-10-08.15:36:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444318592.02.0.315546287438.issue2405@psf.upfronthosting.co.za>
In-reply-to
Content
That fixed it:

root@q1:/tmp# /opt/zimbra/java/bin/java -jar jython-standalone-Issue2405.jar
Jython 2.7.1 (default:9adfcf913dff+, Oct 8 2015, 22:13:44)
[OpenJDK 64-Bit Server VM (Oracle Corporation)] on java1.8.0-internal
Type "help", "copyright", "credits" or "license" for more information.
>>> import posix
>>> posix.getpid()
1759
>>> import os
>>> os.getpid()
1759
>>> quit()


Is there any chance that there will be a re-release of the broken 2.7.0 standalone jar?
History
Date User Action Args
2015-10-08 15:36:32mishikal@yahoo.comsetmessageid: <1444318592.02.0.315546287438.issue2405@psf.upfronthosting.co.za>
2015-10-08 15:36:32mishikal@yahoo.comsetrecipients: + mishikal@yahoo.com, zyasoft, darjus, mberg
2015-10-08 15:36:32mishikal@yahoo.comlinkissue2405 messages
2015-10-08 15:36:31mishikal@yahoo.comcreate