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
bab4bbb4
Kaydet (Commit)
bab4bbb4
authored
Ock 10, 2019
tarafından
Bo Bayles
Kaydeden (comit)
Victor Stinner
Ock 10, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-32146: Add documentation about frozen executables on Unix (GH-5850)
üst
572168a0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
multiprocessing.rst
Doc/library/multiprocessing.rst
+7
-0
2018-02-25-10-17-23.bpo-32146.xOzUFW.rst
...S.d/next/Library/2018-02-25-10-17-23.bpo-32146.xOzUFW.rst
+2
-0
No files found.
Doc/library/multiprocessing.rst
Dosyayı görüntüle @
bab4bbb4
...
@@ -186,6 +186,13 @@ A library which wants to use a particular start method should probably
...
@@ -186,6 +186,13 @@ A library which wants to use a particular start method should probably
use
:
func
:`
get_context
`
to
avoid
interfering
with
the
choice
of
the
use
:
func
:`
get_context
`
to
avoid
interfering
with
the
choice
of
the
library
user
.
library
user
.
..
warning
::
The
``
'spawn'
``
and
``
'forkserver'
``
start
methods
cannot
currently
be
used
with
"frozen"
executables
(
i
.
e
.,
binaries
produced
by
packages
like
**
PyInstaller
**
and
**
cx_Freeze
**)
on
Unix
.
The
``
'fork'
``
start
method
does
work
.
Exchanging
objects
between
processes
Exchanging
objects
between
processes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
Misc/NEWS.d/next/Library/2018-02-25-10-17-23.bpo-32146.xOzUFW.rst
0 → 100644
Dosyayı görüntüle @
bab4bbb4
Document the interaction between frozen executables and the spawn and
forkserver start methods in multiprocessing.
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