Tim Peters added the comment:

Note:  this started on stackoverflow:

https://stackoverflow.com/questions/38356584/python-multiprocessing-threading-code-exits-early

I may be missing something obvious, but the only explanation I could think of 
for the behavior seen on Ubuntu is that the threads in the worker processes are 
being treated as daemon threads.  The program works as intended for me on 
Windows - but, of course, there's a universe of differences between spawning 
(Windows) and forking (Ubuntu) processes too.

----------
nosy: +tim.peters

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

Reply via email to