Message 300235 - Python tracker (original) (raw)

Message300235

Author ncoghlan
Recipients ncoghlan
Date 2017-08-14.06:44:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1502693095.21.0.28930816429.issue31197@psf.upfronthosting.co.za
In-reply-to
Content
Note that the current dis._get_code_object() helper doesn't *quite* cover this, as it will implicitly compile raw strings, which isn't the desired behaviour for this use case.
History
Date User Action Args
2017-08-14 06:44:55 ncoghlan set recipients: + ncoghlan
2017-08-14 06:44:55 ncoghlan set messageid: 1502693095.21.0.28930816429.issue31197@psf.upfronthosting.co.za
2017-08-14 06:44:55 ncoghlan link issue31197 messages
2017-08-14 06:44:55 ncoghlan create