Message270343
In 3.4+ it works correctly with the "spawn" start method. This uses multiprocessing.spawn.spawn_main, which exits the child via sys.exit(exitcode). "fork" and "forkserver" exit the child via os._exit(code), respectively in multiprocessing.popen_fork.Popen._launch and multiprocessing.forkserver.main. |
|
| Date |
User |
Action |
Args |
| 2016-07-13 20:30:59 | eryksun | set | recipients:
+ eryksun, tim.peters, pitrou, pietvo, neologix, sbt |
| 2016-07-13 20:30:59 | eryksun | set | messageid: <[email protected]> |
| 2016-07-13 20:30:59 | eryksun | link | issue18966 messages |
| 2016-07-13 20:30:59 | eryksun | create | |
|