[issue8749] Cruft in object.c: PyObject_GenericGetAttr

2010-05-18 Thread Yaniv Aknin
New submission from Yaniv Aknin : While reading the source I saw that recent py3k has this in Objects/object.c (reasonably recent trunk has it as well): #if 0 /* XXX this is not quite _PyType_Lookup anymore */ /* Inline _PyType_Lookup */ { ... removed ... } #else descr = _PyType

[issue8749] Cruft in object.c: PyObject_GenericGetAttr

2010-05-18 Thread Mark Dickinson
Changes by Mark Dickinson : -- nosy: +mark.dickinson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue8749] Cruft in object.c: PyObject_GenericGetAttr

2010-05-18 Thread Mark Dickinson
Mark Dickinson added the comment: Looks like r59944 to me. Amaury, any objections to removing this '#if 0' code? -- nosy: +amaury.forgeotdarc ___ Python tracker ___

[issue8749] Cruft in object.c: PyObject_GenericGetAttr

2010-05-18 Thread Yaniv Aknin
Yaniv Aknin added the comment: Oops, of course I meant r59944, off by one. :) -- ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue8749] Cruft in object.c: PyObject_GenericGetAttr

2010-05-22 Thread Mark Dickinson
Mark Dickinson added the comment: Fixed in r81470. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-b