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 r.david.murray
Recipients Decorater, ammar2, pabstersac, r.david.murray
Date 2016-07-17.15:21:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468768882.81.0.872164512766.issue27538@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think this is a bug.  You can construct whatever code object you like; it is your responsibility at that point to make sure it is correct.  This is an example of why we call Python a "consenting adults" language.
History
Date User Action Args
2016-07-17 15:21:22r.david.murraysetrecipients: + r.david.murray, pabstersac, ammar2, Decorater
2016-07-17 15:21:22r.david.murraysetmessageid: <1468768882.81.0.872164512766.issue27538@psf.upfronthosting.co.za>
2016-07-17 15:21:22r.david.murraylinkissue27538 messages
2016-07-17 15:21:22r.david.murraycreate