Message371297
| Author |
vstinner |
| Recipients |
miss-islington, serhiy.storchaka, shihai1991, vinay.sajip, vstinner |
| Date |
2020年06月11日.15:43:45 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1591890225.46.0.66617588886.issue40275@roundup.psfhosted.org> |
| In-reply-to |
| Content |
I'm no longer sure that it's worth it to create support.process_helper. I only see these functions which would be untroversial for process_helper:
* wait_process()
* reap_children()
* args_from_interpreter_flags()
* optim_args_from_interpreter_flags()
PythonSymlink might be moved to support.script_helper instead.
For now, I suggest to leave all these functions in support/__init__.py. |
|