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-17.23:45:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361144705.32.0.225799767897.issue17223@psf.upfronthosting.co.za>
In-reply-to
Content
>>> from array import array
>>> str(array('u', b'asdf'))
[1]    19411 segmentation fault (core dumped)  python

This error occures with Python 3.3 and hg tip but not with Python 3.2.
History
Date User Action Args
2013-02-17 23:45:05mjacobsetrecipients: + mjacob, ezio.melotti
2013-02-17 23:45:05mjacobsetmessageid: <1361144705.32.0.225799767897.issue17223@psf.upfronthosting.co.za>
2013-02-17 23:45:05mjacoblinkissue17223 messages
2013-02-17 23:45:05mjacobcreate