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.
Probably we need
PyArg_ParseTupleAndKeywordsand we should do our ownPyObjectconversion (instead of usingO!) to allow forPy_None.Also revisit the conversion to C integers with overflow errors in mind.