[issue28337] Segfault in _struct.unpack_iterator

2016-10-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset c4eb211fb38b by Zachary Ware in branch 'default': Closes #21124, #28337: Call PyType_Ready on unpackiter_type. https://hg.python.org/cpython/rev/c4eb211fb38b -- nosy: +python-dev ___ Python tracker

[issue28337] Segfault in _struct.unpack_iterator

2016-10-03 Thread Zachary Ware
Changes by Zachary Ware : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-l

[issue28337] Segfault in _struct.unpack_iterator

2016-10-02 Thread Masayuki Yamamoto
Masayuki Yamamoto added the comment: I made a mistake that is issue number. The correct issue number is #21124. -- ___ Python tracker ___

[issue28337] Segfault in _struct.unpack_iterator

2016-10-02 Thread Masayuki Yamamoto
New submission from Masayuki Yamamoto: After #21224 was applied into default branch, the _struct.unpack_iterator has crashed by segfault. reproduce segfault: $ uname -a Linux masayuki-P35-DS3 4.4.0-38-generic #57-Ubuntu SMP Tue Sep 6 15:41:41 UTC 2016 i686 i686 i686 GNU/Linux $ hg update -C -r