R. David Murray added the comment:

I'm not that familiar with multiprocessing, but I'd guess it was to avoid 
burning cpu in a busy-wait (it seems to me that that doesn't matter during 
finalization, but does during normal running).  Maybe it could be changed to an 
event wait on a shutdown event?

----------
nosy: +r.david.murray
versions:  -Python 3.1, Python 3.2, Python 3.3

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

Reply via email to