[issue2963] Method cache is broken in Py3

2008-05-25 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed patch as r63621. Thanks! -- nosy: +georg.brandl resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> ___

[issue2963] Method cache is broken in Py3

2008-05-25 Thread Stefan Behnel
Stefan Behnel <[EMAIL PROTECTED]> added the comment: Here is a patch that fixes this. -- keywords: +patch Added file: http://bugs.python.org/file10435/py3k-method-cache-fix.patch __ Tracker <[EMAIL PROTECTED]> __

[issue2963] Method cache is broken in Py3

2008-05-25 Thread Stefan Behnel
New submission from Stefan Behnel <[EMAIL PROTECTED]>: The method cache is deactivated in current Py3. As Lisandro DalcĂ­n noticed, the following code in typeobject.c always returns false for a Py3 identifier: #define MCACHE_CACHEABLE_NAME(name) \