Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 722954a

Browse files
committed
quaint and completely out of date comment
1 parent 3bbb722 commit 722954a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Objects/object.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
/* Generic object operations; and implementation of None (NoObject) */
2+
/* Generic object operations; and implementation of None */
33

44
#include "Python.h"
55
#include "frameobject.h"
@@ -1255,10 +1255,9 @@ PyObject_Dir(PyObject *obj)
12551255
}
12561256

12571257
/*
1258-
NoObject is usable as a non-NULL undefined value, used by the macro None.
1258+
None is as a non-NULL undefined value.
12591259
There is (and should be!) no way to create other objects of this type,
12601260
so there is exactly one (which is indestructible, by the way).
1261-
(XXX This type and the type of NotImplemented below should be unified.)
12621261
*/
12631262

12641263
/* ARGSUSED */

0 commit comments

Comments
 (0)