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
5619ab2d
Kaydet (Commit)
5619ab2d
authored
Mar 24, 2017
tarafından
Sylvain Bellemare
Kaydeden (comit)
INADA Naoki
Mar 24, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
doc: Fix small typos in library/multiprocessing (GH-698)
üst
8a543c0b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
multiprocessing.rst
Doc/library/multiprocessing.rst
+2
-2
No files found.
Doc/library/multiprocessing.rst
Dosyayı görüntüle @
5619ab2d
...
...
@@ -135,7 +135,7 @@ start a *semaphore tracker* process which tracks the unlinked named
semaphores
created
by
processes
of
the
program
.
When
all
processes
have
exited
the
semaphore
tracker
unlinks
any
remaining
semaphores
.
Usually
there
should
be
none
,
but
if
a
process
was
killed
by
a
signal
there
may
some
"leaked"
semaphores
.
(
Unlinking
the
named
semaphores
there
may
be
some
"leaked"
semaphores
.
(
Unlinking
the
named
semaphores
is
a
serious
matter
since
the
system
allows
only
a
limited
number
,
and
they
will
not
be
automatically
unlinked
until
the
next
reboot
.)
...
...
@@ -179,7 +179,7 @@ program. ::
Note
that
objects
related
to
one
context
may
not
be
compatible
with
processes
for
a
different
context
.
In
particular
,
locks
created
using
the
*
fork
*
context
cannot
be
passed
to
a
processes
started
using
the
the
*
fork
*
context
cannot
be
passed
to
processes
started
using
the
*
spawn
*
or
*
forkserver
*
start
methods
.
A
library
which
wants
to
use
a
particular
start
method
should
probably
...
...
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