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
cbd81556
Kaydet (Commit)
cbd81556
authored
Agu 07, 2004
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[Bug #827209] Add footnote from Alex M. about listcomps leaking their index variables
üst
8484fbf0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
ref5.tex
Doc/ref/ref5.tex
+5
-1
No files found.
Doc/ref/ref5.tex
Dosyayı görüntüle @
cbd81556
...
...
@@ -184,7 +184,11 @@ case, the elements of the new list are those that would be produced
by considering each of the
\keyword
{
for
}
or
\keyword
{
if
}
clauses a block,
nesting from
left to right, and evaluating the expression to produce a list element
each time the innermost block is reached.
each time the innermost block is reached
\footnote
{
In Python 2.3, a
list comprehension "leaks" the control variables of each
\samp
{
for
}
it contains into the containing scope. However, this
behavior is deprecated, and relying on it will not work once this
bug is fixed in a future release
}
.
\obindex
{
list
}
\indexii
{
empty
}{
list
}
...
...
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