Kaydet (Commit) 069094bc authored tarafından Georg Brandl's avatar Georg Brandl

Remove outdated comment. Reviewed by Antoine.

üst 3db38ce2
......@@ -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 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment