]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 69188 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Sun, 1 Feb 2009 14:09:04 +0000 (14:09 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 1 Feb 2009 14:09:04 +0000 (14:09 +0000)
commita6243a0a47cb20ccac677234252efbebc26d023a
treeae8318acedfdb2651fefbef04caec3c77b5756d2
parent8bd5f8359f788751cbf486aef2c6066b91690dcb
Merged revisions 69188 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r69188 | mark.dickinson | 2009-02-01 13:59:22 +0000 (Sun, 01 Feb 2009) | 6 lines

  Issue #1717, continued:  remove PyObject_Compare and Py_CmpToRich declarations
  from object.h; don't inherit tp_compare slot on subclasses; and raise TypeError
  when initializing a type that has a nonzero tp_compare slot.  Fix up
  comparison-related comments in object.c and code.h.
........
Include/code.h
Include/object.h
Misc/NEWS
Objects/object.c
Objects/typeobject.c