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 serhiy.storchaka
Recipients brett.cannon, larry, serhiy.storchaka
Date 2016-04-30.10:40:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462012818.04.0.675162059187.issue26891@psf.upfronthosting.co.za>
In-reply-to
Content
Just now I'm reading the code of the peephole optimizer, and it contains such assertion since it modifies the lnotab bytes array in-place. May be there are other similar cases.
History
Date User Action Args
2016-04-30 10:40:18serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, larry
2016-04-30 10:40:18serhiy.storchakasetmessageid: <1462012818.04.0.675162059187.issue26891@psf.upfronthosting.co.za>
2016-04-30 10:40:18serhiy.storchakalinkissue26891 messages
2016-04-30 10:40:17serhiy.storchakacreate