[issue36170] posix_spawn doesn't exist in 3.7

2019-03-03 Thread Ned Deily
Ned Deily added the comment: Thanks for the report, Mark! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue36170] posix_spawn doesn't exist in 3.7

2019-03-03 Thread Ned Deily
Ned Deily added the comment: New changeset 8b50400fbe607ef558d6c0033efa697c99417507 by Ned Deily (Mark Williams) in branch 'master': bpo-36170: posix_spawn doesn't exist on 3.7 (GH-12143) https://github.com/python/cpython/commit/8b50400fbe607ef558d6c0033efa697c99417507 -- nosy:

[issue36170] posix_spawn doesn't exist in 3.7

2019-03-03 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: This was merged into 3.7 and later reverted after 3.7 first beta as per https://bugs.python.org/issue20104#msg316588 . Adding Pablo for review. -- nosy: +pablogsal, xtreak ___ Python tracker

[issue36170] posix_spawn doesn't exist in 3.7

2019-03-02 Thread Mark Williams
Change by Mark Williams : -- keywords: +patch pull_requests: +12143 stage: -> patch review ___ Python tracker ___ ___

[issue36170] posix_spawn doesn't exist in 3.7

2019-03-02 Thread Mark Williams
New submission from Mark Williams : The 3.8 docs claim that os.posix_spawn was introduced in 3.7, but it wasn't; it will be introduced in 3.8. https://docs.python.org/3.8/library/os.html#os.posix_spawn -- assignee: docs@python components: Documentation messages: 337027 nosy: