Charles-François Natali <[email protected]> added the comment:

> * atexit callbacks are NOT run (although multiprocessing.util._exit_function 
> IS run),

It may be a good thing after a fork() (e.g. you don't want to remove
the same file twice), but it most definitely looks wrong for a new
interpreter process (à la Windows / fork() + exec()).

> * the main thread does NOT wait for non-daemonic background threads.

Same thing here.

----------

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue13841>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to