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
ead60e5d
Kaydet (Commit)
ead60e5d
authored
Ara 06, 2002
tarafından
Thomas Heller
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: propogate -> propagate
Bugfix candidate.
üst
0930c43e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
exceptions.tex
Doc/api/exceptions.tex
+1
-1
init.tex
Doc/api/init.tex
+2
-2
No files found.
Doc/api/exceptions.tex
Dosyayı görüntüle @
ead60e5d
...
...
@@ -19,7 +19,7 @@ holds (such as object references or memory allocations); it should
\emph
{
not
}
continue normally if it is not prepared to handle the
error. If returning due to an error, it is important to indicate to
the caller that an error has been set. If the error is not handled or
carefully prop
o
gated, additional calls into the Python/C API may not
carefully prop
a
gated, additional calls into the Python/C API may not
behave as intended and may fail in mysterious ways.
The error indicator consists of three Python objects corresponding to
...
...
Doc/api/init.tex
Dosyayı görüntüle @
ead60e5d
...
...
@@ -657,7 +657,7 @@ interpreter lock has been created.
state information. Each extension should use a unique key to use to
store state in the dictionary. If this function returns
\NULL
, an
exception has been raised and the caller should allow it to
prop
o
gate.
prop
a
gate.
\end{cfuncdesc}
...
...
@@ -715,7 +715,7 @@ previous versions.
processed after which the exception becomes set within the frame
being executed. The effect of this is that as exception propogation
causes the Python stack to unwind, the callback is called upon
return to each frame as the exception prop
o
gates. Only trace
return to each frame as the exception prop
a
gates. Only trace
functions receives these events; they are not needed by the
profiler.
\end{cvardesc}
...
...
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