This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Arfrever, benjamin.peterson, ezio.melotti, pkt, python-dev, serhiy.storchaka, vstinner
Date 2015-04-03.06:19:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428041966.38.0.589485058056.issue22643@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/PPC64%20AIX%203.x/builds/3466/steps/test/logs/stdio
======================================================================
ERROR: test_case_operation_overflow (test.test_unicode.UnicodeTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_unicode.py", line 852, in test_case_operation_overflow
    self.assertRaises(OverflowError, ("�"*(2**32//12 + 1)).upper)
MemoryError

----------------------------------------------------------------------
History
Date User Action Args
2015-04-03 06:19:26serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, benjamin.peterson, ezio.melotti, Arfrever, python-dev, pkt
2015-04-03 06:19:26serhiy.storchakasetmessageid: <1428041966.38.0.589485058056.issue22643@psf.upfronthosting.co.za>
2015-04-03 06:19:26serhiy.storchakalinkissue22643 messages
2015-04-03 06:19:26serhiy.storchakacreate