]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF bug #753451: classmethod abuse --> SystemError
authorRaymond Hettinger <python@rcn.com>
Wed, 18 Jun 2003 01:13:41 +0000 (01:13 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 18 Jun 2003 01:13:41 +0000 (01:13 +0000)
commitbe9715398b87df269d0781a7c436e10cfa4a0ea4
tree21609b835a4f88dddbceb78205b26b20cfb5f8e6
parent9b1587836992c460d213b9bbc6f539516139bdf2
SF bug #753451: classmethod abuse --> SystemError

Check the argument to classmethod for callability.

Backport candidate.
Lib/test/test_descr.py
Objects/funcobject.c