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
ddda8553
Kaydet (Commit)
ddda8553
authored
Mar 17, 2006
tarafından
Neal Norwitz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Ignore ctypes leaks, but add a test case so we do not forget.
üst
8749316c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
test_ctypes.py
Lib/test/leakers/test_ctypes.py
+11
-0
build.sh
Misc/build.sh
+1
-1
No files found.
Lib/test/leakers/test_ctypes.py
0 → 100644
Dosyayı görüntüle @
ddda8553
# Taken from Lib/ctypes/test/test_keeprefs.py
# When this leak is fixed, remember to remove from Misc/build.sh LEAKY_TESTS.
from
ctypes
import
Structure
,
c_int
def
leak
():
class
POINT
(
Structure
):
_fields_
=
[(
"x"
,
c_int
)]
class
RECT
(
Structure
):
_fields_
=
[(
"ul"
,
POINT
)]
Misc/build.sh
Dosyayı görüntüle @
ddda8553
...
...
@@ -59,7 +59,7 @@ REFLOG="build/reflog.txt.out"
# test_generators really leaks. Since test_generators probably won't
# be fixed real soon, disable warning about it for now.
# The entire leak report will be mailed if any test not in this list leaks.
LEAKY_TESTS
=
"test_(capi|cfgparser|charmapcodec|cmd_line|compiler|filecmp|generators|quopri|socket|threaded_import|threadedtempfile|threading|threading_local|urllib2)"
LEAKY_TESTS
=
"test_(capi|cfgparser|charmapcodec|cmd_line|compiler|
ctypes|
filecmp|generators|quopri|socket|threaded_import|threadedtempfile|threading|threading_local|urllib2)"
# Change this flag to "yes" for old releases to just update/build the docs.
BUILD_DISABLED
=
"no"
...
...
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