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
45228ca8
Kaydet (Commit)
45228ca8
authored
Tem 11, 2002
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Repaired optimistic comment in new test.
üst
2484aaea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
test_descr.py
Lib/test/test_descr.py
+3
-4
No files found.
Lib/test/test_descr.py
Dosyayı görüntüle @
45228ca8
...
...
@@ -3185,7 +3185,7 @@ def slices():
def
subtype_resurrection
():
if
verbose
:
print
"Testing resurrection of new-style instance."
print
"Testing resurrection of new-style instance.
..
"
class
C
(
object
):
container
=
[]
...
...
@@ -3196,9 +3196,8 @@ def subtype_resurrection():
c
=
C
()
c
.
attr
=
42
# The only interesting thing here is whether this blows up in a
# debug build, due to flawed GC tracking logic in typeobject.c's
# call_finalizer() (a 2.2.1 bug).
# The only interesting thing here is whether this blows up, due to flawed
# GC tracking logic in typeobject.c's call_finalizer() (a 2.2.1 bug).
del
c
del
C
.
container
[
-
1
]
# resurrect it again for the heck of it
vereq
(
C
.
container
[
-
1
]
.
attr
,
42
)
...
...
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