Message304649
> 3) Find a workaround (such as calling the APIs used by _scproxy in a clean supprocess).
I dislike the idea of *always* spawning a child process, I prefer to leave it as it is, but add a recipe in the doc, or add a new helper function doing that.
Spawning a subprocess can have side effects as well, whereas the subprocess is only need if you call the function after forking which is not the most common pattern in Python. |
|
| Date |
User |
Action |
Args |
| 2017-10-20 08:59:33 | vstinner | set | recipients:
+ vstinner, ronaldoussoren, ned.deily, Mirko Friedenhagen |
| 2017-10-20 08:59:33 | vstinner | set | messageid: <[email protected]> |
| 2017-10-20 08:59:33 | vstinner | link | issue31818 messages |
| 2017-10-20 08:59:33 | vstinner | create | |
|