##// END OF EJS Templates
py3: bulk-replace bytes format specifier passed to Py_BuildValue()...
py3: bulk-replace bytes format specifier passed to Py_BuildValue() On Python 3, "s" means a utf-8 string. We have to use "y" for bytes, sigh. https://docs.python.org/3/c-api/arg.html#c.Py_BuildValue Substituted using the following pattern with some manual fixes: '\b(Py_BuildValue)\((\s*)"([^"]+)"'

File last commit:

r32206:c4858385 default
r36637:1f8c3fad default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer