Commit 5a650fb1 authored by Stefan Behnel's avatar Stefan Behnel

release hand break from truth tests on Unicode strings in Py3.3+

parent 1adf6cc7
...@@ -12317,7 +12317,7 @@ class CoerceToBooleanNode(CoercionNode): ...@@ -12317,7 +12317,7 @@ class CoerceToBooleanNode(CoercionNode):
Builtin.set_type: 'PySet_GET_SIZE', Builtin.set_type: 'PySet_GET_SIZE',
Builtin.frozenset_type: 'PySet_GET_SIZE', Builtin.frozenset_type: 'PySet_GET_SIZE',
Builtin.bytes_type: 'PyBytes_GET_SIZE', Builtin.bytes_type: 'PyBytes_GET_SIZE',
Builtin.unicode_type: 'PyUnicode_GET_SIZE', Builtin.unicode_type: 'PyUnicode_GET_LENGTH',
} }
def __init__(self, arg, env): def __init__(self, arg, env):
......
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