Message7774

Author amak
Recipients amak, fwierzbicki, irmen, otmarhumbel, whistler11783
Date 2013-02-25.23:07:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361833677.45.0.157263257226.issue1808@psf.upfronthosting.co.za>
In-reply-to
Content
Definitely fixed in 2.5 head, probably because of this update

http://hg.python.org/jython/rev/a113ab4287fc?revcount=120

Jython 2.5.4 (2.5:ce225289358a, Feb 25 2013, 22:54:38)
[Java HotSpot(TM) Client VM (Sun Microsystems Inc.)] on java1.5.0_22
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.getpid()
3192
>>>

Again need to check on Linux and MacOS, at least.

Can all posters on this issue please check the latest jython Jython 2.5.4rc 1? (Which was built after the relevant fix).

I consider this issue fixed, but will leave it open for others to demonstrate otherwise.
History
Date User Action Args
2013-02-25 23:07:57amaksetmessageid: <1361833677.45.0.157263257226.issue1808@psf.upfronthosting.co.za>
2013-02-25 23:07:57amaksetrecipients: + amak, otmarhumbel, fwierzbicki, irmen, whistler11783
2013-02-25 23:07:57amaklinkissue1808 messages
2013-02-25 23:07:57amakcreate