Message11499

Author zyasoft
Recipients Ivan, jeff.allen, zyasoft
Date 2017-07-25.12:35:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500986121.11.0.26180135718.issue2609@psf.upfronthosting.co.za>
In-reply-to
Content
When running on OS X 10.12 I can reproduce this problem by increasing the number of threads and/or test runs. I see two types of errors:

AttributeError: 'org.python.modules.sre.MatchObject' object has no attribute 'end'
AttributeError: 'null' object has no attribute 'end'

The strptime implementation in datetime.py and _strptime.py is not written for multithreaded performance, but it does look correct.
History
Date User Action Args
2017-07-25 12:35:21zyasoftsetmessageid: <1500986121.11.0.26180135718.issue2609@psf.upfronthosting.co.za>
2017-07-25 12:35:21zyasoftsetrecipients: + zyasoft, jeff.allen, Ivan
2017-07-25 12:35:20zyasoftlinkissue2609 messages
2017-07-25 12:35:20zyasoftcreate