diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/Python.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/Python.h b/Include/Python.h index bece208..cb24c8d 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -56,8 +56,8 @@ /* A convenient way for code to know if clang's memory sanitizer is enabled. */ #if defined(__has_feature) # if __has_feature(memory_sanitizer) -# if !defined(MEMORY_SANITIZER) -# define MEMORY_SANITIZER +# if !defined(_Py_MEMORY_SANITIZER) +# define _Py_MEMORY_SANITIZER # endif # endif #endif |