File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151#endif
5252
5353#ifndef Py_DEBUG
54+ #ifndef NDEBUG
5455#define NDEBUG 1
5556#endif
57+ #endif
5658#include <assert.h>
5759
5860#include "pyport.h"
Original file line number Diff line number Diff line change 1212
1313#include "Python.h"
1414
15- #include <assert.h>
1615#include <sys/types.h> /* For size_t */
1716
1817/*
Original file line number Diff line number Diff line change 3030
3131#include "Python.h"
3232#include "regexpr.h"
33- #include <assert.h>
3433
3534/* The original code blithely assumed that sizeof(short) == 2. Not
3635 * always true. Original instances of "(short)x" were replaced by
Original file line number Diff line number Diff line change 66#include "Python.h"
77#include "longintrepr.h"
88
9- #include <assert.h>
109#include <ctype.h>
1110
1211#define ABS (x ) ((x) < 0 ? -(x) : (x))
Original file line number Diff line number Diff line change 88
99#include "Python.h"
1010#include "osdefs.h"
11- #include <assert.h>
1211#include <windows.h>
1312#include "importdl.h"
1413#include "malloc.h" /* for alloca */
You can’t perform that action at this time.
0 commit comments