Message11499
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. |
|
Date |
User |
Action |
Args |
2017-07-25 12:35:21 | zyasoft | set | messageid: <1500986121.11.0.26180135718.issue2609@psf.upfronthosting.co.za> |
2017-07-25 12:35:21 | zyasoft | set | recipients:
+ zyasoft, jeff.allen, Ivan |
2017-07-25 12:35:20 | zyasoft | link | issue2609 messages |
2017-07-25 12:35:20 | zyasoft | create | |
|