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 <rep...@bugs.python.org> <http://bugs.python.org/issue17223> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com