Message125574
| Author | belopolsky |
|---|---|
| Recipients | amaury.forgeotdarc, belopolsky, eric.smith, vstinner |
| Date | 2011-01-06.18:04:03 |
| SpamBayes Score | 0.008429422 |
| Marked as misclassified | No |
| Message-id | <1294337048.36.0.367464037254.issue10833@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> /* Caller is responsible for limiting the format */ Note that it is a good idea to avoid memory allocation during exception processing. Think of out of memory errors: how would you report those if you need more memory to format the error message than the failed operation? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-01-06 18:04:08 | belopolsky | set | recipients: + belopolsky, amaury.forgeotdarc, vstinner, eric.smith |
| 2011-01-06 18:04:08 | belopolsky | set | messageid: <1294337048.36.0.367464037254.issue10833@psf.upfronthosting.co.za> |
| 2011-01-06 18:04:03 | belopolsky | link | issue10833 messages |
| 2011-01-06 18:04:03 | belopolsky | create | |