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 josh.r
Recipients JelleZijlstra, josh.r
Date 2016-12-13.20:15:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481660124.15.0.847913130244.issue28962@psf.upfronthosting.co.za>
In-reply-to
Content
Is this something that needs to be defended against? My understanding is that it's pretty easy to segfault CPython in a number of ways if you can execute 100% arbitrary code. The only way to cause this problem is if you can define malicious exceptions and cause one to be raised from itself, neither of which occurs in reasonable code.
History
Date User Action Args
2016-12-13 20:15:24josh.rsetrecipients: + josh.r, JelleZijlstra
2016-12-13 20:15:24josh.rsetmessageid: <1481660124.15.0.847913130244.issue28962@psf.upfronthosting.co.za>
2016-12-13 20:15:24josh.rlinkissue28962 messages
2016-12-13 20:15:24josh.rcreate