We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6459b commit a3df017Copy full SHA for a3df017
Modules/_testcapi/immortal.c
@@ -3,7 +3,7 @@
3
static PyObject *
4
test_immortal_bool(PyObject *self, PyObject *Py_UNUSED(ignored))
5
{
6
- PyObject* objects[] = {Py_True, Py_False};
+ PyObject *objects[] = {Py_True, Py_False};
7
Py_ssize_t n = Py_ARRAY_LENGTH(objects);
8
for (Py_ssize_t i = 0; i < n; i++) {
9
PyObject* obj = objects[i];
0 commit comments