[Python-3000] Introspection broken for objects using Py_FindMethod() (original) (raw)
Georg Brandl g.brandl at gmx.net
Wed Jul 18 23:44:11 CEST 2007
- Previous message: [Python-3000] Introspection broken for objects using Py_FindMethod()
- Next message: [Python-3000] Fwd: Re: pep 3124 plans
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Alexandre Vassalotti schrieb:
On 7/17/07, Guido van Rossum <guido at python.org> wrote:
Yes, see a thread between me, Georg and Brett around March 7-10:
http://mail.python.org/pipermail/python-3000/2007-March/006061.html Thanks for the pointer. I think the conclusion was to get rid of PyFindMethod altogether. The replacement isn't very hard. But it hasn't been done yet. Do you need you some help for that? Perhaps, I could try to write a patch to replace the trivial use cases of PyFindMethod in the stdlib. Also, I think it would be a good idea to document the change, too.
I once started a patch for that, but deferred it IIRC in pyexpat or elementtree. I'll look it I still have it lying around somewhere.
Georg
- Previous message: [Python-3000] Introspection broken for objects using Py_FindMethod()
- Next message: [Python-3000] Fwd: Re: pep 3124 plans
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]