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 benjamin.peterson
Recipients Ramchandra Apte, benjamin.peterson, larry
Date 2013-02-12.15:10:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360681807.24.0.259909182036.issue17187@psf.upfronthosting.co.za>
In-reply-to
Content
In general, you can generate whatever junky bytecode you want, and the eval loop will happy crash itself. Your on your own when screwing with types.CodeType.
History
Date User Action Args
2013-02-12 15:10:07benjamin.petersonsetrecipients: + benjamin.peterson, larry, Ramchandra Apte
2013-02-12 15:10:07benjamin.petersonsetmessageid: <1360681807.24.0.259909182036.issue17187@psf.upfronthosting.co.za>
2013-02-12 15:10:07benjamin.petersonlinkissue17187 messages
2013-02-12 15:10:07benjamin.petersoncreate