Closed frenzymadness closed 6 years ago
It would be nice to use only one way of returning None. Py_INCREF(Py_None); + return Py_None; or shorter Py_RETURN_NONE;
Py_INCREF(Py_None);
return Py_None;
Py_RETURN_NONE;
It would be nice to use only one way of returning None.
Py_INCREF(Py_None);
+return Py_None;
or shorterPy_RETURN_NONE;