Thank you everyone that commented in this thread about the best interface for posix_spawn. I have finished implementing Antoine's suggestion in the PR:
https://github.com/python/cpython/pull/5109 I think it would be good if we can have this merged before the feature lock at the end of the month if possible. Thanks you very much everyone for your time and suggestions! On Wed, 10 Jan 2018, 09:17 Pablo Galindo Salgado, <pablog...@gmail.com> wrote: > I think I really like Antoine's suggestion so I'm going to finish > implementing it that way. I think this keeps the API simple, does not bring > in the os module new dependencies, keeps the C implementation clean and is > consistent with the rest of the posix module. I will post an update when is > ready. > > Thank you everyone for sharing your view and advice! >
_______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com