[issue25368] test_eintr fails with --without-threads

2015-10-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 42101b8f777c by Victor Stinner in branch 'default': Close #25368: Fix test_eintr when Python is compiled without thread support https://hg.python.org/cpython/rev/42101b8f777c -- nosy: +python-dev resolution: -> fixed stage: -> resolved

[issue25368] test_eintr fails with --without-threads

2015-10-11 Thread STINNER Victor
STINNER Victor added the comment: It's now fixed, thanks. -- ___ Python tracker ___ ___ Python-bugs-list

[issue25368] test_eintr fails with --without-threads

2015-10-10 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- title: test_eintr -> test_eintr fails with --without-threads ___ Python tracker

[issue25368] test_eintr

2015-10-10 Thread Arfrever Frehtes Taifersar Arahesis
New submission from Arfrever Frehtes Taifersar Arahesis: test.test_eintr.EINTRTests.test_all() fails with --without-threads since revision 10efb1797e7b (in Python >=3.6), because faulthandler.dump_traceback_later() and faulthandler.cancel_dump_traceback_later() are not available with