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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, pitrou, yury
Date 2009-05-16.14:45:17
SpamBayes Score 6.660952e-07
Marked as misclassified No
Message-id <1242485120.2.0.00378400984862.issue6028@psf.upfronthosting.co.za>
In-reply-to
Content
> You should be in control of all the code running in your own program
This is not the case with applications that embed Python to provide 
users a way to script the application.
All the usages of Py_FatalError I've seen detect programming errors at 
the C level, or at interpreter startup.
I still take the rule that no python code should be able to crash the 
program unexpectedly.
History
Date User Action Args
2009-05-16 14:45:20amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, yury
2009-05-16 14:45:20amaury.forgeotdarcsetmessageid: <1242485120.2.0.00378400984862.issue6028@psf.upfronthosting.co.za>
2009-05-16 14:45:17amaury.forgeotdarclinkissue6028 messages
2009-05-16 14:45:17amaury.forgeotdarccreate