Message205904
Rerunning main in the subprocess has always been a slightly dubious feature
of multiprocessing, but IIRC it's a necessary hack to ensure pickle
compatibility for things defined in __main__. Using "runpy.run_path" would
be a better solution, but we'll need to add the "target" parameter that
missed the beta1 deadline. |
|
| Date |
User |
Action |
Args |
| 2013-12-11 12:34:41 | ncoghlan | set | recipients:
+ ncoghlan, brett.cannon, pitrou, sbt, eric.snow, Olivier.Grisel |
| 2013-12-11 12:34:41 | ncoghlan | link | issue19946 messages |
| 2013-12-11 12:34:41 | ncoghlan | create | |
|