Kevin Quick added the comment:

Hi Antoine,

> ... an implementation detail rather than a documented feature

I understand your desire, but this is a leaky abstraction and I would still 
suggest that it should be more clear that the fork method will inherit *all* 
resources from the parent, including multiprocessing internal resources related 
to other processes.  This is potentially important if there are (a) large 
numbers of processes to be created and (b) for security aspects.

Regards,
  Kevin

----------

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

Reply via email to