Message105315
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. |
|
Date |
User |
Action |
Args |
2010-05-08 16:47:28 | stutzbach | set | recipients:
+ stutzbach, lemburg, gvanrossum, loewis, zooko, scoder, vstinner, r.david.murray |
2010-05-08 16:47:27 | stutzbach | link | issue8654 messages |
2010-05-08 16:47:27 | stutzbach | create | |
|