Zachary Ware added the comment:

I can confirm that child-exit.patch fixes the immediate issue, so I'm +1 on 
just committing it since it will make several buildbots useful again.  
Improving general handling of the situation can be done in a new issue.

For the record, I agree that this seems to be a relatively recent phenomenon.  
I tried bisecting cpython to find a source for it (using `./python -m 
test.regrtest test_tcl test_thread`), but the bisect just came up with the 
first changeset that allows _tkinter to actually build.  Perhaps 
Tcl_FindExecutable starting a thread is a new thing?

----------
assignee:  -> martin.panter
stage:  -> commit review

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26456>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to