[Python-bugs-list] [ python-Bugs-637547 ] "u#" doesn't check object type

noreply@sourceforge.net noreply@sourceforge.net
Tue, 12 Nov 2002 20:00:30 -0800


Bugs item #637547, was opened at 2002-11-13 13:00
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=637547&group_id=5470

Category: Unicode
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: atsuo ishimoto (ishimoto)
Assigned to: M.-A. Lemburg (lemburg)
Summary: "u#" doesn't check object type

Initial Comment:
PyArg_ParseTuple(arg, "u#", p) doesn't check type 
of argument. So passing string object, 
PyArg_ParseTuple() doesn't report error and returns 
broken Unicode string.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=637547&group_id=5470