Message236131
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. |
|
| Date |
User |
Action |
Args |
| 2015-02-17 11:38:59 | martius | set | recipients:
+ martius, gvanrossum, vstinner, yselivanov |
| 2015-02-17 11:38:59 | martius | set | messageid: <[email protected]> |
| 2015-02-17 11:38:58 | martius | link | issue21998 messages |
| 2015-02-17 11:38:58 | martius | create | |
|