Message11508

Author Ivan
Recipients Ivan, jeff.allen, zyasoft
Date 2017-07-28.14:58:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501253895.14.0.327523699688.issue2609@psf.upfronthosting.co.za>
In-reply-to
Content
What we faced in production (Ubuntu 16.04 virtual machine, 2Core-CPU, 2Gb memory) is:

1) multiple issues with strptime, json.loads and regex (variations of 'MatchObject has no attribute')

2) errors with 'object has no attribute' with reference to http://bugs.jython.org/issue2487

So we had to roll back to Jython2.7.1b3: b3 version does not have these issues.

Apparently something is broken with synchronization, and apparently regexps are affected.
History
Date User Action Args
2017-07-28 14:58:15Ivansetmessageid: <1501253895.14.0.327523699688.issue2609@psf.upfronthosting.co.za>
2017-07-28 14:58:15Ivansetrecipients: + Ivan, zyasoft, jeff.allen
2017-07-28 14:58:15Ivanlinkissue2609 messages
2017-07-28 14:58:14Ivancreate