[issue21124] _struct module compilation error under Cygwin 1.7.17 on Python 3.4

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 -- resolution: -> fixed stage: -> resolved status: open -> closed __

[issue21124] _struct module compilation error under Cygwin 1.7.17 on Python 3.4

2016-10-03 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch again :). The last idea you mentioned sounds somewhat interesting, please open a new issue for it if you'd like to pursue it. -- ___ Python tracker ___

[issue28229] lzma does not support pathlib

2016-10-03 Thread Berker Peksag
Berker Peksag added the comment: Attaching a new patch that addresses Serhiy's comments. Thanks! -- Added file: http://bugs.python.org/file44950/issue28229_v3.diff ___ Python tracker ___

<    1   2