There was an error while loading. Please reload this page.
1 parent 3db38ce commit 069094bCopy full SHA for 069094b
1 file changed
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