We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db38ce commit 069094bCopy full SHA for 069094b
Objects/boolobject.c
@@ -173,7 +173,6 @@ PyTypeObject PyBool_Type = {
173
174
/* The objects representing bool values False and True */
175
176
-/* Named Zero for link-level compatibility */
177
struct _longobject _Py_FalseStruct = {
178
PyVarObject_HEAD_INIT(&PyBool_Type, 0)
179
{ 0 }
0 commit comments