]> granicus.if.org Git - python/commitdiff
Remove outdated comment. Reviewed by Antoine.
authorGeorg Brandl <georg@python.org>
Sat, 30 Aug 2008 19:21:01 +0000 (19:21 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 30 Aug 2008 19:21:01 +0000 (19:21 +0000)
Objects/boolobject.c

index 59a66d52601f378e7dcc4c7088e2d4918c1f997a..6916b9f8035f7c2beacd14e6cd2a223013818480 100644 (file)
@@ -173,7 +173,6 @@ PyTypeObject PyBool_Type = {
 
 /* The objects representing bool values False and True */
 
-/* Named Zero for link-level compatibility */
 struct _longobject _Py_FalseStruct = {
        PyVarObject_HEAD_INIT(&PyBool_Type, 0)
        { 0 }