Others: Remove redundant includes of assert.h.
#endif
#ifndef Py_DEBUG
+#ifndef NDEBUG
#define NDEBUG 1
#endif
+#endif
#include <assert.h>
#include "pyport.h"
#include "Python.h"
-#include <assert.h>
#include <sys/types.h> /* For size_t */
/*
#include "Python.h"
#include "regexpr.h"
-#include <assert.h>
/* The original code blithely assumed that sizeof(short) == 2. Not
* always true. Original instances of "(short)x" were replaced by
#include "Python.h"
#include "longintrepr.h"
-#include <assert.h>
#include <ctype.h>
#define ABS(x) ((x) < 0 ? -(x) : (x))
#include "Python.h"
#include "osdefs.h"
-#include <assert.h>
#include <windows.h>
#include "importdl.h"
#include "malloc.h" /* for alloca */