Elad Lahav <e2la...@gmail.com> added the comment:

"When I uncomment the os.execl() line, the program runs and completes."

In that case I'm not sure it is the same issue. The child processes in your 
case executed their part of the new_process function, which then returned. 
Nevertheless from the trace it looks like none of the children exited. So you 
are not hitting the logging lock issue, but may be hitting a similar problem in 
another module.

Is the logging module always enabled, or does it depend on the environment?

----------

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

Reply via email to