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 lemburg
Recipients
Date 2002-02-07.21:39:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
As requested by Jack Janssen:
"""
Recently, "M.-A. Lemburg" <mal@lemburg.com> said:
> How about this: we add a wchar_t codec to Python and the "eu#" parser
> marker. Then you could write:
> 
>       wchar_t value = NULL;
>       int len = 0;
>       if (PyArg_ParseTuple(tuple, "eu#", "wchar_t", &value, &len) < 0)
>                 return NULL;

I like it!
"""

The parser marker should return Py_UNICODE* instead of char* and work much like "et#" does now for 
strings.
History
Date User Action Args
2007-08-23 16:02:03adminlinkissue514532 messages
2007-08-23 16:02:03admincreate