You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably we need PyArg_ParseTupleAndKeywords and we should do our own PyObject conversion (instead of using O!) to allow for Py_None.
Also revisit the conversion to C integers with overflow errors in mind.
The text was updated successfully, but these errors were encountered:
Probably we need
PyArg_ParseTupleAndKeywords
and we should do our ownPyObject
conversion (instead of usingO!
) to allow forPy_None
.Also revisit the conversion to C integers with overflow errors in mind.
The text was updated successfully, but these errors were encountered: