mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
gh-93649: Undefine NDEBUG in Modules/_testcapi/* to enable assert() (GH-95793)
This commit is contained in:
parent
325ae93b6b
commit
5a97a93be0
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
#include "Python.h"
|
||||
|
||||
/* Always enable assertions */
|
||||
#undef NDEBUG
|
||||
|
||||
int _PyTestCapi_Init_Vectorcall(PyObject *module);
|
||||
int _PyTestCapi_Init_VectorcallLimited(PyObject *module);
|
||||
int _PyTestCapi_Init_Heaptype(PyObject *module);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue