We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3162b3e commit ea1f0e9Copy full SHA for ea1f0e9
Modules/_testinternalcapi.c
@@ -34,7 +34,7 @@
34
#include "pycore_pyerrors.h" // _PyErr_ChainExceptions1()
35
#include "pycore_pylifecycle.h" // _PyInterpreterConfig_InitFromDict()
36
#include "pycore_pystate.h" // _PyThreadState_GET()
37
-#include "pycore_runtime_structs.h" // _PY_NSMALLPOSINTS, _PY_NSMALLNEGINTS
+#include "pycore_runtime_structs.h" // _PY_NSMALLPOSINTS
38
#include "pycore_unicodeobject.h" // _PyUnicode_TransformDecimalAndSpaceToASCII()
39
40
#include "clinic/_testinternalcapi.c.h"
@@ -2581,10 +2581,6 @@ module_exec(PyObject *module)
2581
return 1;
2582
}
2583
2584
- if (PyModule_AddIntMacro(module, _PY_NSMALLNEGINTS) < 0) {
2585
- return 1;
2586
- }
2587
-
2588
return 0;
2589
2590
0 commit comments