[issue36170] posix_spawn doesn't exist in 3.7

New submission from Mark Williams <mrw@enotuniq.org>: 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: Mark.Williams, docs@python priority: normal severity: normal status: open title: posix_spawn doesn't exist in 3.7 versions: Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue36170> _______________________________________

Change by Mark Williams <mrw@enotuniq.org>: ---------- keywords: +patch pull_requests: +12143 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue36170> _______________________________________

Karthikeyan Singaravelan <tir.karthi@gmail.com> 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 <report@bugs.python.org> <https://bugs.python.org/issue36170> _______________________________________

Ned Deily <nad@python.org> 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/8b50400fbe607ef558d6c0033efa697c994... ---------- nosy: +ned.deily _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue36170> _______________________________________

Ned Deily <nad@python.org> added the comment: Thanks for the report, Mark! ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue36170> _______________________________________
participants (3)
-
Karthikeyan Singaravelan
-
Mark Williams
-
Ned Deily