Message10288

Author mishikal@yahoo.com
Recipients mishikal@yahoo.com
Date 2015-09-24.20:54:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443128084.79.0.372795175238.issue2405@psf.upfronthosting.co.za>
In-reply-to
Content
This appears to be a critical regression vs jython 2.5.2, the last version I used.

Jython 2.5.2 (Release_2_5_2:7206, Mar 2 2011, 23:12:06)
[OpenJDK 64-Bit Server VM (Oracle Corporation)] on java1.8.0-internal
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.getpid()
16076


Jython 2.7.0 (default:9987c746f838, Apr 29 2015, 02:25:11)
[OpenJDK 64-Bit Server VM (Oracle Corporation)] on java1.8.0-internal
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.getpid()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'getpid'
>>>


See also http://bugs.jython.org/issue1518
History
Date User Action Args
2015-09-24 20:54:44mishikal@yahoo.comsetrecipients: + mishikal@yahoo.com
2015-09-24 20:54:44mishikal@yahoo.comsetmessageid: <1443128084.79.0.372795175238.issue2405@psf.upfronthosting.co.za>
2015-09-24 20:54:44mishikal@yahoo.comlinkissue2405 messages
2015-09-24 20:54:44mishikal@yahoo.comcreate