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 mjacob
Recipients ezio.melotti, mjacob
Date 2013-02-18.00:55:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361148922.84.0.597866709805.issue17223@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch fixes the crash.

Output:
>>> from array import array
>>> str(array('u', b'asdf'))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: character U+66647361 is not in range [U+0000; U+10ffff]
History
Date User Action Args
2013-02-18 00:55:22mjacobsetrecipients: + mjacob, ezio.melotti
2013-02-18 00:55:22mjacobsetmessageid: <1361148922.84.0.597866709805.issue17223@psf.upfronthosting.co.za>
2013-02-18 00:55:22mjacoblinkissue17223 messages
2013-02-18 00:55:22mjacobcreate