[issue25364] zipfile broken with --without-threads

2015-10-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your report Arfrever. -- resolution: -> fixed stage: -> resolved status: open -> closed type: -> behavior ___ Python tracker

[issue25364] zipfile broken with --without-threads

2015-10-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 15740b3ad148 by Serhiy Storchaka in branch '3.5': Issue #25364: zipfile now works in threads disabled builds. https://hg.python.org/cpython/rev/15740b3ad148 New changeset 44b37c3ee76c by Serhiy Storchaka in branch 'default': Issue #25364: zipfile no

[issue25364] zipfile broken with --without-threads

2015-10-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25364] zipfile broken with --without-threads

2015-10-10 Thread Arfrever Frehtes Taifersar Arahesis
New submission from Arfrever Frehtes Taifersar Arahesis: zipfile module unconditionally requires threading module since revision 4973ccd46e32 (in Python >=3.5), which causes errors in over 50 Lib/test/test_*.py files. [ 1/399] test_cmd_line test test_cmd_line crashed -- Traceback (most recen