]> granicus.if.org Git - python/commit
Put proper tests in classmethod_get(). Remove the type argument to
authorGuido van Rossum <guido@python.org>
Tue, 11 Feb 2003 18:44:42 +0000 (18:44 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Feb 2003 18:44:42 +0000 (18:44 +0000)
commitb6e5a0c6587420ba666d5402a8aefd20b9f8c507
tree0534e16d21d244db518e0c7de7ec22ba79f54c54
parent6bae46d8c14fc312f38a1087803c559b119c9bb5
Put proper tests in classmethod_get().  Remove the type argument to
descr_check(); it wasn't useful.  Change the type argument of the
various _get() methods to PyObject * because the call signature of
tp_descr_get doesn't guarantee its type.
Lib/test/test_descr.py
Objects/descrobject.c