We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7eba00 commit 9cd5d01Copy full SHA for 9cd5d01
Objects/boolobject.c
@@ -4,6 +4,8 @@
4
#include "pycore_object.h" // _Py_FatalRefcountError()
5
#include "pycore_runtime.h" // _Py_ID()
6
7
+#include <stddef.h>
8
+
9
/* We define bool_repr to return "False" or "True" */
10
11
static PyObject *
0 commit comments