[issue25365] test_pickle fails 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

[issue25365] test_pickle fails with --without-threads

2015-10-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1cb9ce2d83d8 by Serhiy Storchaka in branch '3.4': Issue #25365: test_pickle now works in threads disabled builds. https://hg.python.org/cpython/rev/1cb9ce2d83d8 New changeset 48cb00431ce6 by Serhiy Storchaka in branch '3.5': Issue #25365: test_pickl

[issue25365] test_pickle fails with --without-threads

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

[issue25365] test_pickle fails with --without-threads

2015-10-10 Thread Arfrever Frehtes Taifersar Arahesis
New submission from Arfrever Frehtes Taifersar Arahesis: test.test_pickle.CompatPickleTests.test_exceptions() test introduced in revision 8d86dfe53b97 (in Python >=3.4) fails with --without-threads, because it unconditionally imports multiprocessing module, which is known to not work with --wi