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
8bbe9b43
Kaydet (Commit)
8bbe9b43
authored
Mar 31, 2012
tarafından
Antoine Pitrou
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix formatting
üst
682d443e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
signal.rst
Doc/library/signal.rst
+7
-7
No files found.
Doc/library/signal.rst
Dosyayı görüntüle @
8bbe9b43
...
@@ -238,13 +238,13 @@ The :mod:`signal` module defines the following functions:
...
@@ -238,13 +238,13 @@ The :mod:`signal` module defines the following functions:
The behavior of the call is dependent on the value of *how*, as follows.
The behavior of the call is dependent on the value of *how*, as follows.
* :data:`SIG_BLOCK`: The set of blocked signals is the union of the current
* :data:`SIG_BLOCK`: The set of blocked signals is the union of the current
set and the *mask* argument.
set and the *mask* argument.
* :data:`SIG_UNBLOCK`: The signals in *mask* are removed from the current
* :data:`SIG_UNBLOCK`: The signals in *mask* are removed from the current
set of blocked signals. It is permissible to attempt to unblock a
set of blocked signals. It is permissible to attempt to unblock a
signal which is not blocked.
signal which is not blocked.
* :data:`SIG_SETMASK`: The set of blocked signals is set to the *mask*
* :data:`SIG_SETMASK`: The set of blocked signals is set to the *mask*
argument.
argument.
*mask* is a set of signal numbers (e.g. {:const:`signal.SIGINT`,
*mask* is a set of signal numbers (e.g. {:const:`signal.SIGINT`,
:const:`signal.SIGTERM`}). Use ``range(1, signal.NSIG)`` for a full mask
:const:`signal.SIGTERM`}). Use ``range(1, signal.NSIG)`` for a full mask
...
...
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