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 sam.kimbrel
Recipients Aivar.Annamaa, benjamin.peterson, sam.kimbrel
Date 2014-04-17.15:19:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397747992.26.0.282324215793.issue18374@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that corrects col_offset for binops in both the ast module and in the compiler proper. I've incorporated Aivar's test into test_ast.py; if there are test suites for compile.c please let me know and I can add something there too.
History
Date User Action Args
2014-04-17 15:19:52sam.kimbrelsetrecipients: + sam.kimbrel, benjamin.peterson, Aivar.Annamaa
2014-04-17 15:19:52sam.kimbrelsetmessageid: <1397747992.26.0.282324215793.issue18374@psf.upfronthosting.co.za>
2014-04-17 15:19:52sam.kimbrellinkissue18374 messages
2014-04-17 15:19:52sam.kimbrelcreate