[issue44935] Solaris: enable posix_spawn in subprocess

2021-08-17 Thread Gregory P. Smith
Change by Gregory P. Smith : -- resolution: -> fixed stage: patch review -> commit review status: open -> closed versions: -Python 3.9 ___ Python tracker ___

[issue44935] Solaris: enable posix_spawn in subprocess

2021-08-17 Thread miss-islington
miss-islington added the comment: New changeset 826e059bb9b42e17bef2186938a2bd3f33610e69 by Miss Islington (bot) in branch '3.10': [3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) (GH-27800) https://github.com/python/cpython/commit/826e059bb9b42e17bef2186938a2bd3f33610e69

[issue44935] Solaris: enable posix_spawn in subprocess

2021-08-17 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26268 pull_request: https://github.com/python/cpython/pull/27800 ___ Python tracker

[issue44935] Solaris: enable posix_spawn in subprocess

2021-08-17 Thread Gregory P. Smith
Gregory P. Smith added the comment: New changeset b1930bf75f276cd7ca08c4455298128d89adf7d1 by Jakub KulĂ­k in branch 'main': bpo-44935: enable posix_spawn() on Solaris (GH-27795) https://github.com/python/cpython/commit/b1930bf75f276cd7ca08c4455298128d89adf7d1 -- nosy:

[issue44935] Solaris: enable posix_spawn in subprocess

2021-08-17 Thread Jakub Kulik
Change by Jakub Kulik : -- keywords: +patch pull_requests: +26264 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27795 ___ Python tracker ___

[issue44935] Solaris: enable posix_spawn in subprocess

2021-08-17 Thread Jakub Kulik
New submission from Jakub Kulik : Solaris also provides posix_spawn() syscall that can/should be used in the subprocess module to spawn new processes. -- components: Library (Lib) messages: 399750 nosy: kulikjak priority: normal severity: normal status: open title: Solaris: enable