[issue6653] Potential memory leak in multiprocessing

Jesse Noller report at bugs.python.org
Wed Aug 5 22:48:58 CEST 2009


Jesse Noller <jnoller at gmail.com> added the comment:

> In the future please use the bug tracker to file and track bugs with, 
> so things are not as lossy. 


Ok, sorry :) 
Also see Piet's comment here. He has a valid case against sys.exit in 
some cases. Thus it appears that both ways of shutting down child 
processes might be dangerous: If we don't want buffers to flush we 
have to use os._exit. If we want clean-up code to execute we have to 
use sys.exit. If we want both we are screwed. :(

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6653>
_______________________________________


More information about the Python-bugs-list mailing list