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 ned.deily
Recipients Iman Sharafaldin, ned.deily
Date 2020-07-01.19:18:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593631093.63.0.730183797555.issue41189@roundup.psfhosted.org>
In-reply-to
Content
If users have unrestricted access to the interpreter, there are easier ways to crash Python than with modified byte code, for example, as is documented with ctypes. As noted on the Python Security Team web page (https://www.python.org/dev/security/): "If you can already execute Python code, there are far worse things you can do than provoke a use-after-free or an interpreter crash."
History
Date User Action Args
2020-07-01 19:18:13ned.deilysetrecipients: + ned.deily, Iman Sharafaldin
2020-07-01 19:18:13ned.deilysetmessageid: <1593631093.63.0.730183797555.issue41189@roundup.psfhosted.org>
2020-07-01 19:18:13ned.deilylinkissue41189 messages
2020-07-01 19:18:13ned.deilycreate