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 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:08belopolskysetrecipients: + belopolsky, amaury.forgeotdarc, vstinner, eric.smith
2011-01-06 18:04:08belopolskysetmessageid: <1294337048.36.0.367464037254.issue10833@psf.upfronthosting.co.za>
2011-01-06 18:04:03belopolskylinkissue10833 messages
2011-01-06 18:04:03belopolskycreate