R. David Murray added the comment:

As far as muliprocessing's "mentality" goes, it aims to provide the *same* API 
as Threading, so it is logical that it should preserve threading's behavior 
with respect to child threads in a process, rather than violating threading's 
model.  Anything else is counter-intuitive to a python programmer, as 
demonstrated by this issue and Tim's comments :)

----------
nosy: +r.david.murray

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

Reply via email to