Commit 2fbc1d54 authored by Stefan Behnel's avatar Stefan Behnel

parsetuple format fix

parent 14986aea
......@@ -1024,7 +1024,7 @@ class UnicodeType(BuiltinObjectType):
is_string = 1
is_unicode = 1
parsetuple_format = "O"
parsetuple_format = "U"
def __init__(self):
BuiltinObjectType.__init__(self, "unicode", "PyUnicodeObject")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment