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 pitrou
Recipients Mark.Shannon, georg.brandl, pitrou, vstinner, xdegaye
Date 2013-02-09.23:01:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360450867.22.0.638273491786.issue16956@psf.upfronthosting.co.za>
In-reply-to
Content
Your patch doesn't seem to work properly: a "while" loop doesn't generate negative line offsets. The reason seems to be that compiler_set_lineno() prevents it.
(also, if I re-add the `assert(d_lineno >= 0);` in assemble_lnotab(), I don't get any crash)
History
Date User Action Args
2013-02-09 23:01:07pitrousetrecipients: + pitrou, georg.brandl, vstinner, xdegaye, Mark.Shannon
2013-02-09 23:01:07pitrousetmessageid: <1360450867.22.0.638273491786.issue16956@psf.upfronthosting.co.za>
2013-02-09 23:01:07pitroulinkissue16956 messages
2013-02-09 23:01:06pitroucreate