Skip to content

Commit 064e141

Browse files
authored
Merge pull request #53 from rruuaanng/optiz
Replace with a better statement
2 parents 5d08514 + 7bbdd04 commit 064e141

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
@@ -1517,7 +1517,7 @@ __sizeof__(PyObject *self, PyObject *Py_UNUSED(ignored))
15171517
static PyObject *
15181518
is_integer(PyObject *a)
15191519
{
1520-
return PyBool_FromLong(1);
1520+
Py_RETURN_TRUE;
15211521
}
15221522

15231523

0 commit comments

Comments
 (0)