commit | ba4105c1335503e3d441abbd7a3e74d255ead1a5 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Wed Jul 02 21:41:01 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Wed Jul 02 21:41:01 2008 +0000 |
tree | bc5410e38b50797d7471fcbdbe359787fafc0c04 | |
parent | e43d33a4db0c0c9afcb70a26f682abfe889e845b [diff] |
#3247: Get rid of Py_FindMethod: Second step: keep tp_getattr functions when they are complex, but use PyObject_GenericGetAttr() as a fallback. These were the last occurrences of Py_FindMethod.