diff options
Diffstat (limited to 'external')
-rw-r--r-- | external/python3/python-3.3.3-disable-obmalloc.patch.0 | 8 |
1 files changed, 4 insertions, 4 deletions
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 639cff65db23..3b3abd0b3561 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)) |