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
8c2c3d30
Kaydet (Commit)
8c2c3d30
authored
Eki 06, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update the documentation to reflect the changes to ReferenceError.
üst
df5cfd88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
libexcs.tex
Doc/lib/libexcs.tex
+11
-0
libweakref.tex
Doc/lib/libweakref.tex
+2
-1
No files found.
Doc/lib/libexcs.tex
Dosyayı görüntüle @
8c2c3d30
...
...
@@ -237,6 +237,17 @@ Raised when an \keyword{assert} statement fails.
typical applications prefer to drop bits than raise an exception.
\end{excdesc}
\begin{excdesc}
{
ReferenceError
}
This exception is raised when a weak reference proxy, created by the
\function
{
\refmodule
{
weakref
}
.proxy()
}
function, is used to access
an attribute of the referent after it has been garbage collected.
For more information on weak references, see the
\refmodule
{
weakref
}
module.
\versionadded
[Previously known as the
\exception
{
\refmodule
{
weakref
}
.ReferenceError
}
exception]
{
2.2
}
\end{excdesc}
\begin{excdesc}
{
RuntimeError
}
Raised when an error is detected that doesn't fall in any of the
other categories. The associated value is a string indicating what
...
...
Doc/lib/libweakref.tex
Dosyayı görüntüle @
8c2c3d30
...
...
@@ -111,7 +111,8 @@ be made to support weak references; see section \ref{weakref-extension},
\begin{excdesc}
{
ReferenceError
}
Exception raised when a proxy object is used but the underlying
object has been collected.
object has been collected. This is the same as the standard
\exception
{
ReferenceError
}
exception.
\end{excdesc}
...
...
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