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 pabstersac
Recipients pabstersac
Date 2016-07-17.06:16:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468736213.35.0.202003298623.issue27538@psf.upfronthosting.co.za>
In-reply-to
Content
The code is also simple on this one:
from types import CodeType as code
exec code(0, 2, 3, 0, "lol lolol", (), (), (), "", "", 0, "") 

The interpreter isn't checking if the code object is correct, therefore it is possible to segfault by putting wrong opcodes and more.
History
Date User Action Args
2016-07-17 06:16:53pabstersacsetrecipients: + pabstersac
2016-07-17 06:16:53pabstersacsetmessageid: <1468736213.35.0.202003298623.issue27538@psf.upfronthosting.co.za>
2016-07-17 06:16:53pabstersaclinkissue27538 messages
2016-07-17 06:16:53pabstersaccreate