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 loewis
Recipients amaury.forgeotdarc, eckhardt, loewis
Date 2008-10-08.18:40:52
SpamBayes Score 0.010221562
Marked as misclassified No
Message-id <1223491253.71.0.899563699346.issue4075@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that a static buffer should be used. I think calling it in a
loop is overkill. Instead, if an overrun occurs, adding "(truncated)"
should be good enough. I could find only a single caller that doesn't
pass a static string (_Py_NegativeRefcount), where I think 50 characters
are still plenty.
History
Date User Action Args
2008-10-08 18:40:53loewissetrecipients: + loewis, amaury.forgeotdarc, eckhardt
2008-10-08 18:40:53loewissetmessageid: <1223491253.71.0.899563699346.issue4075@psf.upfronthosting.co.za>
2008-10-08 18:40:53loewislinkissue4075 messages
2008-10-08 18:40:52loewiscreate