Skip to content

Commit 7bbdd04

Browse files
committed
Replace with a better statement
1 parent eee96b9 commit 7bbdd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ __sizeof__(PyObject *self, PyObject *Py_UNUSED(ignored))
13821382
static PyObject *
13831383
is_integer(PyObject *a)
13841384
{
1385-
return PyBool_FromLong(1);
1385+
Py_RETURN_TRUE;
13861386
}
13871387

13881388

0 commit comments

Comments
 (0)