[Libreoffice-commits] core.git: external/python3
Stephan Bergmann
sbergman at redhat.com
Mon Oct 26 02:42:36 PDT 2015
external/python3/python-3.3.3-disable-obmalloc.patch.0 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 429876d12bba23491ca3b69b02b5ce4c6d2311ab
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Oct 26 10:42:09 2015 +0100
Adapt patch
Change-Id: I7945eed053a671ad0c755284a372d16083e596b2
diff --git a/external/python3/python-3.3.3-disable-obmalloc.patch.0 b/external/python3/python-3.3.3-disable-obmalloc.patch.0
index 639cff6..3b3abd0 100644
--- a/external/python3/python-3.3.3-disable-obmalloc.patch.0
+++ b/external/python3/python-3.3.3-disable-obmalloc.patch.0
@@ -1,8 +1,8 @@
--- Objects/obmalloc.c
+++ Objects/obmalloc.c
-@@ -9,8 +9,8 @@
- #endif
- #endif
+@@ -413,8 +413,8 @@
+
+ #ifdef WITH_PYMALLOC
+#define WITH_VALGRIND
#ifdef WITH_VALGRIND
@@ -10,7 +10,7 @@
/* If we're using GCC, use __builtin_expect() to reduce overhead of
the valgrind checks */
-@@ -771,7 +771,7 @@
+@@ -1181,7 +1181,7 @@
#ifdef WITH_VALGRIND
if (UNLIKELY(running_on_valgrind == -1))
More information about the Libreoffice-commits
mailing list