Skip to content

Commit efccd04

Browse files
[Minor PR] Quotes in documentation changed into code blocks (#99536)
Minor formatting fix in documentation Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
1 parent 2e1a9ce commit efccd04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/subprocess.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,13 +1567,17 @@ If you ever encounter a presumed highly unusual situation where you need to
15671567
prevent ``vfork()`` from being used by Python, you can set the
15681568
:attr:`subprocess._USE_VFORK` attribute to a false value.
15691569

1570+
::
1571+
15701572
subprocess._USE_VFORK = False # See CPython issue gh-NNNNNN.
15711573

15721574
Setting this has no impact on use of ``posix_spawn()`` which could use
15731575
``vfork()`` internally within its libc implementation. There is a similar
15741576
:attr:`subprocess._USE_POSIX_SPAWN` attribute if you need to prevent use of
15751577
that.
15761578

1579+
::
1580+
15771581
subprocess._USE_POSIX_SPAWN = False # See CPython issue gh-NNNNNN.
15781582

15791583
It is safe to set these to false on any Python version. They will have no

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy