summaryrefslogtreecommitdiff
path: root/Misc/valgrind-python.supp
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-03-21 18:25:23 +0100
committerStefan Krah <skrah@bytereef.org>2012-03-21 18:25:23 +0100
commit0b13265a655bff4236fb68012cfdc0c0739ead26 (patch)
tree08b3ea158bf6ce1c0cf26db34e3733f165167779 /Misc/valgrind-python.supp
parent592d76f03d3d348bc9d5f9daa8790428d2d3f885 (diff)
downloadcpython-0b13265a655bff4236fb68012cfdc0c0739ead26.tar.gz
Issue #7652: Integrate the decimal floating point libmpdec library to speed
up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application.
Diffstat (limited to 'Misc/valgrind-python.supp')
-rw-r--r--Misc/valgrind-python.supp13
1 files changed, 13 insertions, 0 deletions
diff --git a/Misc/valgrind-python.supp b/Misc/valgrind-python.supp
index 95e1b9e80f..81a07c9f45 100644
--- a/Misc/valgrind-python.supp
+++ b/Misc/valgrind-python.supp
@@ -456,3 +456,16 @@
fun:PyUnicode_FSConverter
}
+# Additional suppressions for the unified decimal tests:
+{
+ test_decimal
+ Memcheck:Addr4
+ fun:PyUnicodeUCS2_FSConverter
+}
+
+{
+ test_decimal2
+ Memcheck:Addr4
+ fun:PyUnicode_FSConverter
+}
+