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
506b361a
Kaydet (Commit)
506b361a
authored
Ara 03, 2011
tarafından
Charles-François Natali
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #12612: Add some Valgrind suppressions for 64-bit machines. Patch by Paul
Price.
üst
56458500
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
ACKS
Misc/ACKS
+1
-0
valgrind-python.supp
Misc/valgrind-python.supp
+24
-0
No files found.
Misc/ACKS
Dosyayı görüntüle @
506b361a
...
@@ -777,6 +777,7 @@ John Popplewell
...
@@ -777,6 +777,7 @@ John Popplewell
Amrit Prem
Amrit Prem
Paul Prescod
Paul Prescod
Donovan Preston
Donovan Preston
Paul Price
Jyrki Pulliainen
Jyrki Pulliainen
Steve Purcell
Steve Purcell
Eduardo Pérez
Eduardo Pérez
...
...
Misc/valgrind-python.supp
Dosyayı görüntüle @
506b361a
...
@@ -137,6 +137,18 @@
...
@@ -137,6 +137,18 @@
###}
###}
###
###
###{
###{
### ADDRESS_IN_RANGE/Use of uninitialised value of size 8
### Memcheck:Addr8
### fun:PyObject_Free
###}
###
###{
### ADDRESS_IN_RANGE/Use of uninitialised value of size 8
### Memcheck:Value8
### fun:PyObject_Free
###}
###
###{
### ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
### ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
### Memcheck:Cond
### Memcheck:Cond
### fun:PyObject_Free
### fun:PyObject_Free
...
@@ -155,6 +167,18 @@
...
@@ -155,6 +167,18 @@
###}
###}
###
###
###{
###{
### ADDRESS_IN_RANGE/Use of uninitialised value of size 8
### Memcheck:Addr8
### fun:PyObject_Realloc
###}
###
###{
### ADDRESS_IN_RANGE/Use of uninitialised value of size 8
### Memcheck:Value8
### fun:PyObject_Realloc
###}
###
###{
### ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
### ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
### Memcheck:Cond
### Memcheck:Cond
### fun:PyObject_Realloc
### fun:PyObject_Realloc
...
...
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