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
5bf1ecd5
Kaydet (Commit)
5bf1ecd5
authored
Eki 16, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update the description of PyTrace_EXCEPT.
üst
ab9b238c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
init.tex
Doc/api/init.tex
+8
-5
No files found.
Doc/api/init.tex
Dosyayı görüntüle @
5bf1ecd5
...
@@ -708,11 +708,14 @@ previous versions.
...
@@ -708,11 +708,14 @@ previous versions.
\begin{cvardesc}
{
int
}{
PyTrace
_
EXCEPT
}
\begin{cvardesc}
{
int
}{
PyTrace
_
EXCEPT
}
The value of the
\var
{
what
}
parameter to a
\ctype
{
Py
_
tracefunc
}
The value of the
\var
{
what
}
parameter to a
\ctype
{
Py
_
tracefunc
}
function when an exception has been raised by Python code as the
function when an exception has been raised. The callback function
result of an operation. The operation may have explictly intended
is called with this value for
\var
{
what
}
when after any bytecode is
to raise the operation (as with a
\keyword
{
raise
}
statement), or may
processed after which the exception becomes set within the frame
have triggered an exception in the runtime as a result of the
being executed. The effect of this is that as exception propogation
specific operation.
causes the Python stack to unwind, the callback is called upon
return to each frame as the exception propogates. Only trace
functions receives these events; they are not needed by the
profiler.
\end{cvardesc}
\end{cvardesc}
\begin{cvardesc}
{
int
}{
PyTrace
_
LINE
}
\begin{cvardesc}
{
int
}{
PyTrace
_
LINE
}
...
...
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