commit | 254a4663d8c5970ae2928185c50ebaa6c7e62c80 | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Fri Sep 07 16:44:24 2018 +0100 |
committer | GitHub <noreply@github.com> | Fri Sep 07 16:44:24 2018 +0100 |
tree | 30dfeb3927b8693f2ed5317917824c56033a620a | |
parent | 5e922658fb55734bf8b4c6246033ea93af172ff7 [diff] |
bpo-20104: Add flag capabilities to posix_spawn (GH-6693) Implement the "attributes objects" parameter of `os.posix_spawn` to complete the implementation and fully cover the underlying API.