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
245f528a
Kaydet (Commit)
245f528a
authored
May 17, 2019
tarafından
Stefan Hoelzl
Kaydeden (comit)
Stéphane Wirtel
May 17, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Doc: Add link threading.settrace to sys.settrace (GH-13345)
üst
ac8eb8f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sys.rst
Doc/library/sys.rst
+2
-2
No files found.
Doc/library/sys.rst
Dosyayı görüntüle @
245f528a
...
@@ -1204,8 +1204,8 @@ always available.
...
@@ -1204,8 +1204,8 @@ always available.
Set the system's trace function, which allows you to implement a Python
Set the system's trace function, which allows you to implement a Python
source code debugger in Python. The function is thread-specific; for a
source code debugger in Python. The function is thread-specific; for a
debugger to support multiple threads, it must
be registered
using
debugger to support multiple threads, it must
register a trace function
using
:func:`settrace` for each thread being debugged.
:func:`settrace` for each thread being debugged
or use :func:`threading.settrace`
.
Trace functions should have three arguments: *frame*, *event*, and
Trace functions should have three arguments: *frame*, *event*, and
*arg*. *frame* is the current stack frame. *event* is a string: ``'call'``,
*arg*. *frame* is the current stack frame. *event* is a string: ``'call'``,
...
...
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