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 brett.cannon
Recipients brett.cannon, gvanrossum, nnorwitz
Date 2007-09-03.02:37:02
SpamBayes Score 0.06138803
Marked as misclassified No
Message-id <1188787022.7.0.0232367543222.issue1022@psf.upfronthosting.co.za>
In-reply-to
Content
I have security/stability issues with code objects having mutable
bytecode.  This would allow someone to possibly crash the interpreter
with crappy bytecode.  I also have a worry that someone might come up
with some clever way of causing different code to execute through
manipulating what LOAD_GLOBALS or STORE_GLOBALS accesses/sets.
History
Date User Action Args
2007-09-03 02:37:02brett.cannonsetspambayes_score: 0.061388 -> 0.06138803
recipients: + brett.cannon, gvanrossum, nnorwitz
2007-09-03 02:37:02brett.cannonsetspambayes_score: 0.061388 -> 0.061388
messageid: <1188787022.7.0.0232367543222.issue1022@psf.upfronthosting.co.za>
2007-09-03 02:37:02brett.cannonlinkissue1022 messages
2007-09-03 02:37:02brett.cannoncreate