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
2b0d058c
Kaydet (Commit)
2b0d058c
authored
Şub 21, 2005
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Document missing opcodes.
üst
07359a7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
libdis.tex
Doc/lib/libdis.tex
+8
-0
No files found.
Doc/lib/libdis.tex
Dosyayı görüntüle @
2b0d058c
...
...
@@ -126,6 +126,10 @@ instructions.
Indicates end-of-code to the compiler, not used by the interpreter.
\end{opcodedesc}
\begin{opcodedesc}
{
NOP
}{}
Do nothing code. Used as a placeholder by the bytecode optimizer.
\end{opcodedesc}
\begin{opcodedesc}
{
POP
_
TOP
}{}
Removes the top-of-stack (TOS) item.
\end{opcodedesc}
...
...
@@ -396,6 +400,10 @@ is the address to jump to (which should be a \code{FOR_ITER}
instruction).
\end{opcodedesc}
\begin{opcodedesc}
{
LIST
_
APPEND
}{}
Calls
\code
{
list.append(TOS1, TOS)
}
. Used to implement list comprehensions.
\end{opcodedesc}
\begin{opcodedesc}
{
LOAD
_
LOCALS
}{}
Pushes a reference to the locals of the current scope on the stack.
This is used in the code for a class definition: After the class body
...
...
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