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
321afa80
Kaydet (Commit)
321afa80
authored
Tem 01, 2009
tarafından
R. David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make punctuation prettier and break up run-on sentence.
üst
7e2801d1
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 @
321afa80
...
...
@@ -2107,7 +2107,7 @@ Beware replacing sys.stdin with a "file like object"
os
.
close
(
sys
.
stdin
.
fileno
())
In
the
:
meth
:`
multiprocessing
.
Process
.
_bootstrap
`
method
of
-
this
resulted
in
the
:
meth
:`
multiprocessing
.
Process
.
_bootstrap
`
method
--
-
this
resulted
in
issues
with
processes
-
in
-
processes
.
This
has
been
changed
to
::
sys
.
stdin
.
close
()
...
...
@@ -2116,7 +2116,7 @@ Beware replacing sys.stdin with a "file like object"
Which
solves
the
fundamental
issue
of
processes
colliding
with
each
other
resulting
in
a
bad
file
descriptor
error
,
but
introduces
a
potential
danger
to
applications
which
replace
:
func
:`
sys
.
stdin
`
with
a
"file-like object"
with
output
buffering
,
t
his
danger
is
that
if
multiple
processes
call
with
output
buffering
.
T
his
danger
is
that
if
multiple
processes
call
:
func
:`
close
()`
on
this
file
-
like
object
,
it
could
result
in
the
same
data
being
flushed
to
the
object
multiple
times
,
resulting
in
corruption
.
...
...
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