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 vstinner
Recipients amaury.forgeotdarc, vstinner
Date 2011-01-05.03:10:10
SpamBayes Score 0.00017962587
Marked as misclassified No
Message-id <1294197013.38.0.974972662633.issue10833@psf.upfronthosting.co.za>
In-reply-to
Content
use_format.patch is a patch to avoid PyOS_snprintf() with a fixed buffer: use directly PyUnicode_FromFormat(), PyErr_Format() or PySys_FormatStderr() instead. This patch is just a draft, it should be tested :-) There are other calls to PyOS_snprintf() that can be replaced.
History
Date User Action Args
2011-01-05 03:10:13vstinnersetrecipients: + vstinner, amaury.forgeotdarc
2011-01-05 03:10:13vstinnersetmessageid: <1294197013.38.0.974972662633.issue10833@psf.upfronthosting.co.za>
2011-01-05 03:10:11vstinnerlinkissue10833 messages
2011-01-05 03:10:11vstinnercreate