Thanks to visit codestin.com Credit goes to github.com
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.
1 parent abd9cc5 commit f609987Copy full SHA for f609987
1 file changed
Include/object.h
@@ -845,8 +845,6 @@ static inline PyObject* _Py_XNewRef(PyObject *obj)
845
/*
846
_Py_NoneStruct is an object of undefined type which can be used in contexts
847
where NULL (nil) is not suitable (since NULL often means 'error').
848
-
849
-Don't forget to apply Py_INCREF() when returning this value!!!
850
*/
851
PyAPI_DATA(PyObject) _Py_NoneStruct; /* Don't use this directly */
852
#define Py_None (&_Py_NoneStruct)
0 commit comments