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 benjamin.peterson
Recipients benjamin.peterson, pitrou
Date 2008-08-19.15:42:04
SpamBayes Score 5.032124e-07
Marked as misclassified No
Message-id <1219160525.52.0.218582324378.issue3601@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
ERROR: test_raiseMemError (test.test_unicode.UnicodeTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/temp/python/trunk/Lib/test/test_unicode.py", line 1122, in
test_raiseMemError
    self.assertRaises(MemoryError, alloc)
  File "/temp/python/trunk/Lib/unittest.py", line 336, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/temp/python/trunk/Lib/test/test_unicode.py", line 1121, in <lambda>
    alloc = lambda: u"a" * (sys.maxsize - 100)
OverflowError: repeated string is too long

----------------------------------------------------------------------
History
Date User Action Args
2008-08-19 15:42:05benjamin.petersonsetrecipients: + benjamin.peterson, pitrou
2008-08-19 15:42:05benjamin.petersonsetmessageid: <1219160525.52.0.218582324378.issue3601@psf.upfronthosting.co.za>
2008-08-19 15:42:05benjamin.petersonlinkissue3601 messages
2008-08-19 15:42:04benjamin.petersoncreate