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
b4c1d9be
Kaydet (Commit)
b4c1d9be
authored
May 10, 2003
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix unbalanced parethesis.
üst
0fd525fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libdis.tex
Doc/lib/libdis.tex
+1
-1
libexcs.tex
Doc/lib/libexcs.tex
+1
-1
No files found.
Doc/lib/libdis.tex
Dosyayı görüntüle @
b4c1d9be
...
@@ -511,7 +511,7 @@ ignored and set to zero by the compiler.
...
@@ -511,7 +511,7 @@ ignored and set to zero by the compiler.
\end{opcodedesc}
\end{opcodedesc}
\begin{opcodedesc}
{
LOAD
_
ATTR
}{
namei
}
\begin{opcodedesc}
{
LOAD
_
ATTR
}{
namei
}
Replaces TOS with
\code
{
getattr(TOS, co
_
names[
\var
{
namei
}
]
}
.
Replaces TOS with
\code
{
getattr(TOS, co
_
names[
\var
{
namei
}
]
)
}
.
\end{opcodedesc}
\end{opcodedesc}
\begin{opcodedesc}
{
COMPARE
_
OP
}{
opname
}
\begin{opcodedesc}
{
COMPARE
_
OP
}{
opname
}
...
...
Doc/lib/libexcs.tex
Dosyayı görüntüle @
b4c1d9be
...
@@ -189,7 +189,7 @@ Raised when an \keyword{assert} statement fails.
...
@@ -189,7 +189,7 @@ Raised when an \keyword{assert} statement fails.
interrupts is made regularly.
interrupts is made regularly.
% XXXJH xrefs here
% XXXJH xrefs here
Interrupts typed when a built-in function
\function
{
input()
}
or
Interrupts typed when a built-in function
\function
{
input()
}
or
\function
{
raw
_
input()
}
)
is waiting for input also raise this
\function
{
raw
_
input()
}
is waiting for input also raise this
exception.
exception.
\end{excdesc}
\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