消息 [277959]
unpack_iterator type has not been registered into _struct module. And all users get only unpack_iterator object from function returning iterator. The object iterating doesn't need reference to type. Therefore, I think issue finish by PyType_Ready fix because this segfault doesn't have big impact.
However, I think if possible, it is preferable that extension module having un-initialize type objects gets a compile error at build time. And impossible case for compile error is better that wrong extension module always fails import. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2016-10-03 15:29:43 | masamoto | 修改 | recipients:
+ masamoto, python-dev, zach.ware, serhiy.storchaka, dellair.jie |
| 2016-10-03 15:29:43 | masamoto | 修改 | messageid: <1475508583.86.0.0318716599641.issue21124@psf.upfronthosting.co.za> |
| 2016-10-03 15:29:43 | masamoto | 链接 | issue21124 messages |
| 2016-10-03 15:29:43 | masamoto | 创建 | |
|