]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#3247: Get rid of Py_FindMethod:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Wed, 2 Jul 2008 21:41:01 +0000 (21:41 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Wed, 2 Jul 2008 21:41:01 +0000 (21:41 +0000)
commitba4105c1335503e3d441abbd7a3e74d255ead1a5
treebc5410e38b50797d7471fcbdbe359787fafc0c04
parente43d33a4db0c0c9afcb70a26f682abfe889e845b
#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.
Include/methodobject.h
Modules/_elementtree.c
Modules/pyexpat.c
Objects/methodobject.c