[issue17223] Initializing array.array with unicode type code and buffer segfaults

Manuel Jacob report at bugs.python.org
Mon Feb 18 00:45:05 CET 2013


New submission from Manuel Jacob:

>>> 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.

----------
components: Library (Lib), Unicode
messages: 182291
nosy: ezio.melotti, mjacob
priority: normal
severity: normal
status: open
title: Initializing array.array with unicode type code and buffer segfaults
type: crash
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17223>
_______________________________________


More information about the Python-bugs-list mailing list