bpo-36170: posix_spawn doesn't exist on 3.7 (GH-12143) · python/cpython@8b50400

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 8b50400

markrwilliamsned-deily

authored and

committed

bpo-36170: posix_spawn doesn't exist on 3.7 (GH-12143)

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.

1 parent 8c17d92 commit 8b50400

File tree

1 file changed

+

1

-

1

lines changed

1 file changed

+

1

-

1

lines changed

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -3465,7 +3465,7 @@ written in Python, such as a mail server's external command delivery program.

34653465

:c:data:`POSIX_SPAWN_SETSCHEDPARAM` and :c:data:`POSIX_SPAWN_SETSCHEDULER`

34663466

flags.

34673467
3468-

.. versionadded:: 3.7

3468+

.. versionadded:: 3.8

34693469
34703470

.. availability:: Unix.

34713471

0 commit comments

Comments

 (0)