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
It is not used in Python core, should not be used in user code, and will be removed in Python 3.9. METH_NOARGS functions should have type PyCFunction instead of PyNoArgsFunction and take NULL as the second argument.
The text was updated successfully, but these errors were encountered:
It is not used in Python core, should not be used in user code, and will be removed in Python 3.9.
METH_NOARGS
functions should have typePyCFunction
instead ofPyNoArgsFunction
and takeNULL
as the second argument.The text was updated successfully, but these errors were encountered: