diff --git a/Include/Python.h b/Include/Python.h index c0eed94ca3..0f07e367f6 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -50,11 +50,10 @@ #include #endif -#ifndef Py_DEBUG -#ifndef NDEBUG -#define NDEBUG 1 -#endif -#endif +/* CAUTION: Build setups should ensure that NDEBUG is defined on the + * compiler command line when building Python in release mode; else + * assert() calls won't be removed. + */ #include #include "pyport.h"