]> granicus.if.org Git - python/commit
Issue #1717: add a DeprecationWarning in 3.x on type initialization
authorMark Dickinson <dickinsm@gmail.com>
Sun, 8 Feb 2009 11:02:10 +0000 (11:02 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 8 Feb 2009 11:02:10 +0000 (11:02 +0000)
commit2a7d45b680cb8dde1a57ab149461f721c197647d
tree686c3c410370dffceef86524e094466eb96f8468
parent598c3a8ad1468bcec8e4b2c4ec8b3069e48289c3
Issue #1717: add a DeprecationWarning in 3.x on type initialization
for types that implement tp_reserved (formerly tp_compare) but
not tp_richcompare.
Objects/typeobject.c