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 stutzbach
Recipients gvanrossum, lemburg, loewis, r.david.murray, scoder, stutzbach, vstinner, zooko
Date 2010-05-08.16:47:27
SpamBayes Score 0.00082363316
Marked as misclassified No
Message-id <q2reae285401005080947qcbc2b3f0x55d1ae7559fe8d66@mail.gmail.com>
In-reply-to <4BE592D4.9030807@egenix.com>
Content
On Sat, May 8, 2010 at 11:35 AM, Marc-Andre Lemburg
<report@bugs.python.org> wrote:
> One of the more important cases you are missing is the
> argument parser in Python:

Thanks.  I've had my head buried in c-api/unicode.html and unicodeobject.h.

> Py_UNICODE *x;
> Py_ssize_t y;
> PyArg_ParseTuple(args, "u#", &x, &y);

My plan is to not define Py_UNICODE in Unicode-agnostic mode, to
prevent that from compiling.
History
Date User Action Args
2010-05-08 16:47:28stutzbachsetrecipients: + stutzbach, lemburg, gvanrossum, loewis, zooko, scoder, vstinner, r.david.murray
2010-05-08 16:47:27stutzbachlinkissue8654 messages
2010-05-08 16:47:27stutzbachcreate