[issue6033] LOOKUP_METHOD and CALL_METHOD optimization

Benjamin Peterson report at bugs.python.org
Wed Nov 25 04:27:42 CET 2009


Benjamin Peterson <benjamin at python.org> added the comment:

Yes, my patch introduces that regression you mention. PyPy solves this
by having the instances dictionary keep track of shadowing of the type
dictionary. Not easy for CPython... I wish you luck on your patch!

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6033>
_______________________________________


More information about the Python-bugs-list mailing list