We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I believe that using Py_RETURN_NOTIMPLEMENTED instead of Py_NewRef(Py_NotImplemented) makes the code easier to read and understand.
Py_RETURN_NOTIMPLEMENTED
Py_NewRef(Py_NotImplemented)