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 3bbb722 commit 722954aCopy full SHA for 722954a
1 file changed
Objects/object.c
@@ -1,5 +1,5 @@
1
2
-/* Generic object operations; and implementation of None (NoObject) */
+/* Generic object operations; and implementation of None */
3
4
#include "Python.h"
5
#include "frameobject.h"
@@ -1255,10 +1255,9 @@ PyObject_Dir(PyObject *obj)
1255
}
1256
1257
/*
1258
-NoObject is usable as a non-NULL undefined value, used by the macro None.
+None is as a non-NULL undefined value.
1259
There is (and should be!) no way to create other objects of this type,
1260
so there is exactly one (which is indestructible, by the way).
1261
-(XXX This type and the type of NotImplemented below should be unified.)
1262
*/
1263
1264
/* ARGSUSED */
0 commit comments