From 1919b7e72bc43315b32f38a6f5f01e8c717907f4 Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Wed, 21 Mar 2012 18:25:23 +0100 Subject: 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. --- Misc/valgrind-python.supp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Misc/valgrind-python.supp') 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 +} + -- cgit v1.2.1