Gregory P. Smith <g...@krypto.org> added the comment:
We should not provide such an "run arbitrary python code before execing the ultimate child" feature in the standard library. It is complicated, and assumes you have an ability to execute a new interpreter with its own slow startup time as an intermediate in the child in the first place. (embedded pythons do not have that ability) Leave that to someone to implement on top of subprocess as a thing on PyPI. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue38417> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com