Commit b629c04e authored by Stefan Behnel's avatar Stefan Behnel

Py2 test fix

parent bf80540e
...@@ -13,7 +13,7 @@ def char_too_long_bytes(): ...@@ -13,7 +13,7 @@ def char_too_long_bytes():
cdef Py_UNICODE c = b'AB' cdef Py_UNICODE c = b'AB'
def char_too_long_latin1(): def char_too_long_latin1():
cdef Py_UNICODE char_bytes_latin1 = b'' cdef Py_UNICODE char_bytes_latin1 = b'\xf6'
_ERRORS = """ _ERRORS = """
......
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