Commit bb3d6c85 authored by Stefan Behnel's avatar Stefan Behnel

fix unprefixed strings with non-UTF8 source code encoding in Py3

parent e93001df
...@@ -762,8 +762,8 @@ class GlobalState(object): ...@@ -762,8 +762,8 @@ class GlobalState(object):
py_string.cname, py_string.cname,
py_string.py3str_cstring.cname, py_string.py3str_cstring.cname,
py_string.py3str_cstring.cname, py_string.py3str_cstring.cname,
encoding, '0', 1, 0,
1, 1, 0, py_string.intern
)) ))
w.putln("#else") w.putln("#else")
w.putln( w.putln(
......
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