Martin Richard added the comment:

I read the patch, it looks good to me for python 3.5. It will (obviously) not 
work with python 3.4 since self._selector won't have an _at_fork() method.

I ran the tests on my project with python 3.5a1 and the patch, it seems to work 
as expected: ie. when I close the loop of the parent process in the child, it 
does not affect the parent.

I don't have a case where the loop of the parent is still used in the child 
though.

----------

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

Reply via email to