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 serhiy.storchaka
Recipients JelleZijlstra, LCatro, serhiy.storchaka
Date 2017-03-17.09:16:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489742192.82.0.294674528322.issue29825@psf.upfronthosting.co.za>
In-reply-to
Content
This is a deliberate decision. In general, it is very difficult to verify the bytecode for correctness (whatever correctness criterion has been chosen). Any check takes time and this will slow down the execution in the normal case. This is not considered security issue since passing untrusted bytecode is not safe in any case.
History
Date User Action Args
2017-03-17 09:16:32serhiy.storchakasetrecipients: + serhiy.storchaka, JelleZijlstra, LCatro
2017-03-17 09:16:32serhiy.storchakasetmessageid: <1489742192.82.0.294674528322.issue29825@psf.upfronthosting.co.za>
2017-03-17 09:16:32serhiy.storchakalinkissue29825 messages
2017-03-17 09:16:32serhiy.storchakacreate