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
94832209
Kaydet (Commit)
94832209
authored
Eki 18, 2005
tarafından
Neal Norwitz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SF bug #1328915, try to word kill a bit more generically. Backport candidate.
üst
07914419
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libos.tex
Doc/lib/libos.tex
+2
-2
No files found.
Doc/lib/libos.tex
Dosyayı görüntüle @
94832209
...
...
@@ -1490,7 +1490,7 @@ Availability: Macintosh, Some flavors of \UNIX.
\begin{funcdesc}
{
kill
}{
pid, sig
}
\index
{
process!killing
}
\index
{
process!signalling
}
Kill the process
\var
{
pid
}
with signal
\var
{
sig
}
. Constants for the
Send signal
\var
{
sig
}
to the process
\var
{
pid
}
. Constants for the
specific signals available on the host platform are defined in the
\refmodule
{
signal
}
module.
Availability: Macintosh,
\UNIX
.
...
...
@@ -1499,7 +1499,7 @@ Availability: Macintosh, \UNIX.
\begin{funcdesc}
{
killpg
}{
pgid, sig
}
\index
{
process!killing
}
\index
{
process!signalling
}
Kill the process group
\var
{
pgid
}
with the signal
\var
{
sig
}
.
Send the signal
\var
{
sig
}
to the process group
\var
{
pgid
}
.
Availability: Macintosh,
\UNIX
.
\versionadded
{
2.3
}
\end{funcdesc}
...
...
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