Nick Coghlan <ncogh...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11477>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to