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 vt
Recipients georg.brandl, vt
Date 2008-12-17.11:02:17
SpamBayes Score 0.00048036315
Marked as misclassified No
Message-id <1229511739.0.0.626057427861.issue4682@psf.upfronthosting.co.za>
In-reply-to
Content
The 'b' format unit to PyArg_ParseTuple, PyArg_ParseTupleAndKeywords, and PyArg_Parse is described in the documentation (in Parsing arguments and 
building values) as representing a signed char, but actually represents an 
unsigned char.

Personally, I would say that this is a problem with the interpreter core, 
but 'b' has been an unsigned char since 2000 and fixing it now would 
probably break backwards compatibility of extensions.
History
Date User Action Args
2008-12-17 11:02:19vtsetrecipients: + vt, georg.brandl
2008-12-17 11:02:19vtsetmessageid: <1229511739.0.0.626057427861.issue4682@psf.upfronthosting.co.za>
2008-12-17 11:02:18vtlinkissue4682 messages
2008-12-17 11:02:17vtcreate