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 vstinner
Recipients Demur Rumed, brett.cannon, serhiy.storchaka, vstinner
Date 2016-05-27.12:29:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwaLMWtL69582Y1oGTDAYv6spFgn47Eiov6j6KKVROndWw@mail.gmail.com>
In-reply-to <1464350760.95.0.236121770887.issue27129@psf.upfronthosting.co.za>
Content
> if the co_code object is remaining a bytes object then it seems intuitive to keep f_lasti as a bytes offset

Right.

> In reality most of the results on github all seem to be copying a few distinct uses. So maybe backwards compatibiltiy isn't so important

Backwards compatibiltiy is important.
History
Date User Action Args
2016-05-27 12:29:50vstinnersetrecipients: + vstinner, brett.cannon, serhiy.storchaka, Demur Rumed
2016-05-27 12:29:49vstinnerlinkissue27129 messages
2016-05-27 12:29:49vstinnercreate