Message11154

Author jamesmudd
Recipients jamesmudd, refi64
Date 2017-03-01.19:05:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488395121.62.0.80920971693.issue2560@psf.upfronthosting.co.za>
In-reply-to
Content
I have just looked at this and couldn't reproduce it using jython master Ubuntu 16.04 with java1.8.0_111 using the example below. I have uploaded the test.py script I was running successfully and it prints False which seems to be correct.

Could you give more details on the setup you were testing OS, jython version java version. Looking at the linked github issue it appears this might be happening on Windows?

Also could you try increasing -Xss the default is 1m maybe try with 5m and see if it still occurs. e.g. run
java -Xss5m -jar /path/to/jython.jar test.py
History
Date User Action Args
2017-03-01 19:05:21jamesmuddsetmessageid: <1488395121.62.0.80920971693.issue2560@psf.upfronthosting.co.za>
2017-03-01 19:05:21jamesmuddsetrecipients: + jamesmudd, refi64
2017-03-01 19:05:21jamesmuddlinkissue2560 messages
2017-03-01 19:05:21jamesmuddcreate