8000
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 e29c81c commit 5b3447aCopy full SHA for 5b3447a
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