commit | be9715398b87df269d0781a7c436e10cfa4a0ea4 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Jun 18 01:13:41 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Jun 18 01:13:41 2003 +0000 |
tree | 21609b835a4f88dddbceb78205b26b20cfb5f8e6 | |
parent | 9b1587836992c460d213b9bbc6f539516139bdf2 [diff] |
SF bug #753451: classmethod abuse --> SystemError Check the argument to classmethod for callability. Backport candidate.