mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894)
This commit is contained in:
parent
8d397ee825
commit
d036db728e
40 changed files with 111 additions and 111 deletions
|
@ -1610,7 +1610,7 @@ improves performance.
|
|||
|
||||
If you ever encounter a presumed highly unusual situation where you need to
|
||||
prevent ``vfork()`` from being used by Python, you can set the
|
||||
:attr:`subprocess._USE_VFORK` attribute to a false value.
|
||||
:const:`subprocess._USE_VFORK` attribute to a false value.
|
||||
|
||||
::
|
||||
|
||||
|
@ -1618,7 +1618,7 @@ prevent ``vfork()`` from being used by Python, you can set the
|
|||
|
||||
Setting this has no impact on use of ``posix_spawn()`` which could use
|
||||
``vfork()`` internally within its libc implementation. There is a similar
|
||||
:attr:`subprocess._USE_POSIX_SPAWN` attribute if you need to prevent use of
|
||||
:const:`subprocess._USE_POSIX_SPAWN` attribute if you need to prevent use of
|
||||
that.
|
||||
|
||||
::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue