mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix a few scoping issues with versionadded/versionchanged directives.
This commit is contained in:
parent
645d3b7655
commit
df48b97855
12 changed files with 38 additions and 32 deletions
|
@ -138,9 +138,9 @@ to start a process. These *start methods* are
|
|||
|
||||
.. versionchanged:: 3.4
|
||||
*spawn* added on all unix platforms, and *forkserver* added for
|
||||
some unix platforms.
|
||||
some unix platforms.
|
||||
Child processes no longer inherit all of the parents inheritable
|
||||
handles on Windows.
|
||||
handles on Windows.
|
||||
|
||||
On Unix using the *spawn* or *forkserver* start methods will also
|
||||
start a *semaphore tracker* process which tracks the unlinked named
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue