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 docs@python, fdrake, lemburg, pitrou, vstinner
Date 2010-06-08.22:41:25
SpamBayes Score 0.014319136
Marked as misclassified No
Message-id <1276036887.74.0.601154262352.issue8939@psf.upfronthosting.co.za>
In-reply-to
Content
Other changes of the patch:
 - "u#": remove "Non-Unicode objects are handled by interpreting their read-buffer pointer ...", it's no more true
 - "es", "es#": remove "... and objects convertible to Unicode into a character buffer", it's no more true
 - Py_BuildValue(), "K" and "L" formats: specify the name of the C type on Windows (_int64 / unsigned _int64) as done for PyArg_Parse*() long long types

If the patch is too long, I can try to split it into smaller parts.
History
Date User Action Args
2010-06-08 22:41:27vstinnersetrecipients: + vstinner, lemburg, fdrake, pitrou, docs@python
2010-06-08 22:41:27vstinnersetmessageid: <1276036887.74.0.601154262352.issue8939@psf.upfronthosting.co.za>
2010-06-08 22:41:26vstinnerlinkissue8939 messages
2010-06-08 22:41:25vstinnercreate