This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients Carl.Friedrich.Bolz, Trundle, arigo, daniel.urban, eric.araujo, meador.inge, ncoghlan, terry.reedy
Date 2011-03-15.14:16:21
SpamBayes Score 4.218283e-06
Marked as misclassified No
Message-id <1300198582.4.0.435973427169.issue11477@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-03-15 14:16:22ncoghlansetrecipients: + ncoghlan, arigo, terry.reedy, Carl.Friedrich.Bolz, eric.araujo, Trundle, meador.inge, daniel.urban
2011-03-15 14:16:22ncoghlansetmessageid: <1300198582.4.0.435973427169.issue11477@psf.upfronthosting.co.za>
2011-03-15 14:16:21ncoghlanlinkissue11477 messages
2011-03-15 14:16:21ncoghlancreate