Antoine Pitrou <pit...@free.fr> added the comment:
I'm in favor of #1 *and* not documenting it either. I don't think it's reasonable for the documentation to enumerate all the kinds of situations where executing arbitrary code in a child process might lead to dysfunction. Realistically, if you want to spawn a subprocess, you should just use subprocess, not multiprocessing + exec(). In other words, I'd like to close this issue as "won't fix" if nobody objects. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue35657> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com