[issue20043] test_multiprocessing_main_handling fails --without-threads

2014-06-13 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- assignee: - terry.reedy nosy: +terry.reedy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20043 ___

[issue20043] test_multiprocessing_main_handling fails --without-threads

2014-06-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef491d76ac70 by Terry Jan Reedy in branch '3.4': Issue #20043: Add direct test for _thread. http://hg.python.org/cpython/rev/ef491d76ac70 -- nosy: +python-dev ___ Python tracker rep...@bugs.python.org

[issue20043] test_multiprocessing_main_handling fails --without-threads

2014-06-13 Thread Terry J. Reedy
Terry J. Reedy added the comment: I added a direct test import of _thread. Since test_multiprocessing is one file on 2.7 and AMD Fedora without threads is green for 2.7, in spite of the import of threading, I left 2.7 alone. If that changes, this can be reopened and marked for 2.7.

[issue20043] test_multiprocessing_main_handling fails --without-threads

2014-06-12 Thread Berker Peksag
Berker Peksag added the comment: This test is still failing on AMD64 Fedora without threads 3.x. http://buildbot.python.org/all/builders/AMD64%20Fedora%20without%20threads%203.x/builds/6743/steps/test/logs/stdio test test_multiprocessing_main_handling crashed -- Traceback (most recent call

[issue20043] test_multiprocessing_main_handling fails --without-threads

2013-12-21 Thread Stefan Krah
New submission from Stefan Krah: http://buildbot.python.org/all/builders/AMD64%20Fedora%20without%20threads%203.x/builds/5874/steps/test/logs/stdio test test_multiprocessing_main_handling crashed -- Traceback (most recent call last): File

[issue20043] test_multiprocessing_main_handling fails --without-threads

2013-12-21 Thread Berker Peksag
Berker Peksag added the comment: This is fixed by changeset http://hg.python.org/cpython/rev/239faf6b6e8d: http://buildbot.python.org/all/builders/AMD64%20Fedora%20without%20threads%203.x/builds/5875/steps/test/logs/stdio -- components: +Library (Lib), Tests -2to3 (2.x to 3.x

[issue20043] test_multiprocessing_main_handling fails --without-threads

2013-12-21 Thread Christian Heimes
Christian Heimes added the comment: Thanks! I wasn't aware of this issue. -- nosy: +christian.heimes ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20043 ___