[Python-Dev] Best Python API for exposing posix_spawn

Pablo Galindo Salgado pablogsal at gmail.com
Wed Jan 10 04:17:02 EST 2018


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!


More information about the Python-Dev mailing list