mirror of https://github.com/python/cpython
Remove outdated comment. Reviewed by Antoine.
This commit is contained in:
parent
3db38ce214
commit
069094bc00
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue