8000 Remove repeated #undef NDEBU · python/cpython@df49186 · GitHub
[go: up one dir, main page]

Skip to content

Commit df49186

Browse files
committed
Remove repeated #undef NDEBU
1 parent 368e434 commit df49186

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Modules/_testcapi/parts.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424

2525
#include "Python.h"
2626

27-
/* Always enable assertions */
28-
#undef NDEBUG
29-
3027
int _PyTestCapi_Init_Vectorcall(PyObject *module);
3128
int _PyTestCapi_Init_Heaptype(PyObject *module);
3229
int _PyTestCapi_Init_Unicode(PyObject *module);

0 commit comments

Comments
 (0)
0