[issue11477] Bug in code dispatching based on internal slots

Nick Coghlan report at bugs.python.org
Tue Mar 15 15:16:22 CET 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

My work in progress is on the respect_LHS_precedence branch in http://hg.python.org/sandbox/ncoghlan

Current status is that I have tests for correct handling of sq_concat and sq_repeat, and am close to having sq_concat and sq_inplace_concat behaving correctly.

I'm not happy with the current duplication of checks in abstract.c, but I'll look for ways to make the code prettier after it is working properly.

----------

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


More information about the Python-bugs-list mailing list