]> granicus.if.org Git - python/commit
SF 548651: Fix the METH_CLASS implementation.
authorTim Peters <tim.peters@gmail.com>
Mon, 9 Dec 2002 22:56:13 +0000 (22:56 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 9 Dec 2002 22:56:13 +0000 (22:56 +0000)
commitbca1cbc6f895c7f9f003877b1cfc0c649387ae1c
treedff6bc8f6b8f2c8eab0a06e4921d7e6521f0a396
parentc7e3c5e3062295d4c3a7d8a41e4c2246e7476194
SF 548651:  Fix the METH_CLASS implementation.
Most of these patches are from Thomas Heller, with long lines folded
by Tim.  The change to test_descr.py is from Guido.  See the bug report.

Not a bugfix candidate -- METH_CLASS is new in 2.3.
Include/descrobject.h
Lib/test/test_descr.py
Objects/descrobject.c
Objects/dictobject.c
Objects/typeobject.c