Message250177
| Author |
serhiy.storchaka |
| Recipients |
David.Edelsohn, larry, serhiy.storchaka |
| Date |
2015年09月08日.10:30:12 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1441708213.63.0.825636103813.issue25029@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
All builds on edelsohn-fedora-ppc64 are red starting from build 55 for 3.x and build 41 for 3.5. 3.4 is green.
http://buildbot.python.org/all/builders/PPC64%20Fedora%203.x/builds/55/
http://buildbot.python.org/all/builders/PPC64%20Fedora%203.5/builds/41/
======================================================================
ERROR: test_TimeRE_recreation (test.test_strptime.CacheTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.5.edelsohn-fedora-ppc64/build/Lib/test/test_strptime.py", line 565, in test_TimeRE_recreation
_strptime._strptime_time('10', '%d')
File "/home/shager/cpython-buildarea/3.5.edelsohn-fedora-ppc64/build/Lib/_strptime.py", line 494, in _strptime_time
tt = _strptime(data_string, format)[0]
File "/home/shager/cpython-buildarea/3.5.edelsohn-fedora-ppc64/build/Lib/_strptime.py", line 312, in _strptime
_TimeRE_cache = TimeRE()
File "/home/shager/cpython-buildarea/3.5.edelsohn-fedora-ppc64/build/Lib/_strptime.py", line 190, in __init__
self.locale_time = LocaleTime()
File "/home/shager/cpython-buildarea/3.5.edelsohn-fedora-ppc64/build/Lib/_strptime.py", line 75, in __init__
self.__calc_am_pm()
File "/home/shager/cpython-buildarea/3.5.edelsohn-fedora-ppc64/build/Lib/_strptime.py", line 114, in __calc_am_pm
am_pm.append(time.strftime("%p", time_tuple).lower())
MemoryError
---------------------------------------------------------------------- |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2015年09月08日 10:30:13 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, larry, David.Edelsohn |
| 2015年09月08日 10:30:13 | serhiy.storchaka | set | messageid: <1441708213.63.0.825636103813.issue25029@psf.upfronthosting.co.za> |
| 2015年09月08日 10:30:13 | serhiy.storchaka | link | issue25029 messages |
| 2015年09月08日 10:30:12 | serhiy.storchaka | create |
|