Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
1e77ab0a
Unverified
Kaydet (Commit)
1e77ab0a
authored
Haz 05, 2019
tarafından
Victor Stinner
Kaydeden (comit)
GitHub
Haz 05, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-33725, multiprocessing doc: rephase warning against fork on macOS (GH-13841)
Co-Authored-By:
Barry Warsaw
<
barry@python.org
>
üst
66c4f3f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
multiprocessing.rst
Doc/library/multiprocessing.rst
+3
-2
No files found.
Doc/library/multiprocessing.rst
Dosyayı görüntüle @
1e77ab0a
...
@@ -126,8 +126,9 @@ to start a process. These *start methods* are
...
@@ -126,8 +126,9 @@ to start a process. These *start methods* are
..
versionchanged
::
3.8
..
versionchanged
::
3.8
On
macOS
,
*
spawn
*
start
method
is
now
the
default
:
*
fork
*
start
method
is
no
On
macOS
,
the
*
spawn
*
start
method
is
now
the
default
.
The
*
fork
*
start
longer
reliable
on
macOS
,
see
:
issue
:`
33725
`.
method
should
be
considered
unsafe
as
it
can
lead
to
crashes
of
the
subprocess
.
See
:
issue
:`
33725
`.
..
versionchanged
::
3.4
..
versionchanged
::
3.4
*
spawn
*
added
on
all
unix
platforms
,
and
*
forkserver
*
added
for
*
spawn
*
added
on
all
unix
platforms
,
and
*
forkserver
*
added
for
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment