Message 259038 - Python tracker

Message259038

Author brett.cannon
Recipients anish.shah, brett.cannon, giampaolo.rodola, marco.buttu, pitrou, vstinner, yselivanov
Date 2016-01-27.18:00:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453917607.55.0.24781703953.issue26182@psf.upfronthosting.co.za>
In-reply-to
Content
If someone wants to try and fix this, I would look at how the warning for the 'with' statement was handled (it will either be in the compiler while generating bytecode or somewhere in the parser, but I'm fairly certain it's the compiler).
History
Date User Action Args
2016-01-27 18:00:07brett.cannonsetrecipients: + brett.cannon, pitrou, vstinner, giampaolo.rodola, yselivanov, marco.buttu, anish.shah
2016-01-27 18:00:07brett.cannonsetmessageid: <1453917607.55.0.24781703953.issue26182@psf.upfronthosting.co.za>
2016-01-27 18:00:07brett.cannonlinkissue26182 messages
2016-01-27 18:00:07brett.cannoncreate