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 vstinner
Date 2013-12-13.00:29:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386894588.54.0.168996140683.issue19969@psf.upfronthosting.co.za>
In-reply-to
Content
PyBytes_FromFormatV("%c") and PyString_FromFormatV("%c") overflow if the parameter is not in range [0; 255].

If nobody complained before, it's maybe not worth to fix the bug in Python 2.7 or 3.3.
History
Date User Action Args
2013-12-13 00:29:48vstinnersetrecipients: + vstinner
2013-12-13 00:29:48vstinnersetmessageid: <1386894588.54.0.168996140683.issue19969@psf.upfronthosting.co.za>
2013-12-13 00:29:48vstinnerlinkissue19969 messages
2013-12-13 00:29:48vstinnercreate