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
b12e79da
Kaydet (Commit)
b12e79da
authored
Nis 01, 2009
tarafından
Jesse Noller
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue 3270: document Listener address restrictions on windows
üst
feab3341
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
multiprocessing.rst
Doc/library/multiprocessing.rst
+6
-0
No files found.
Doc/library/multiprocessing.rst
Dosyayı görüntüle @
b12e79da
...
...
@@ -1705,6 +1705,12 @@ authentication* using the :mod:`hmac` module.
*address* is the address to be used by the bound socket or named pipe of the
listener object.
.. note::
If an address of '
0.0.0.0
' is used, the address will not be a connectable
end point on Windows. If you require a connectable end-point,
you should use '
127.0.0.1
'.
*family* is the type of socket (or named pipe) to use. This can be one of
the strings ``'
AF_INET
'`` (for a TCP socket), ``'
AF_UNIX
'`` (for a Unix
domain socket) or ``'
AF_PIPE
'`` (for a Windows named pipe). Of these only
...
...
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