Message 87898 - Python tracker
Message87898
| 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:20 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, pitrou, yury |
| 2009-05-16 14:45:20 | amaury.forgeotdarc | set | messageid: <1242485120.2.0.00378400984862.issue6028@psf.upfronthosting.co.za> |
| 2009-05-16 14:45:17 | amaury.forgeotdarc | link | issue6028 messages |
| 2009-05-16 14:45:17 | amaury.forgeotdarc | create | |