Commit aa4273db authored by Stefan Behnel's avatar Stefan Behnel

Optimise "unichr()" into "PyUnicode_FromOrdinal()".

parent 0532a091
......@@ -211,7 +211,7 @@ builtin_function_table = [
#('sum', "", "", ""),
#('sorted', "", "", ""),
#('type', "O", "O", "PyObject_Type"),
#('unichr', "", "", ""),
BuiltinFunction('unichr', "l", "O", "PyUnicode_FromOrdinal", builtin_return_type='unicode'),
#('unicode', "", "", ""),
#('vars', "", "", ""),
#('zip', "", "", ""),
......
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