#3247 Get rid of Py_FindMethod; use tp_members instead.
Otherwise dir(_sre.SRE_Match) returns an empty list. First step: handle most occurrences, remove tp_getattr and fill the tp_methods and tp_members slots. Add some test about attribute access.
A
Amaury Forgeot d'Arc committed
e43d33a4db0c0c9afcb70a26f682abfe889e845b
Parent: 4118174