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 JelleZijlstra
Recipients JelleZijlstra, LCatro
Date 2017-03-17.07:00:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489734029.99.0.454351450403.issue29825@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think this is a bug; it is known and expected that you can do all kinds of bad things by writing bytecode manually. (You can already make Python write to random memory by giving it LOAD_FAST or STORE_FAST opcodes with incorrect offsets.)

This doesn't seem to be clearly documented though; the documentation just says that bytecode can change between releases.
History
Date User Action Args
2017-03-17 07:00:30JelleZijlstrasetrecipients: + JelleZijlstra, LCatro
2017-03-17 07:00:29JelleZijlstrasetmessageid: <1489734029.99.0.454351450403.issue29825@psf.upfronthosting.co.za>
2017-03-17 07:00:29JelleZijlstralinkissue29825 messages
2017-03-17 07:00:29JelleZijlstracreate