-
Stefan Behnel authored
disable unicode default encoding in pypy: PyBytes_AsStringAndSize() does not handle Unicode default encoding in pypy and _PyUnicode_AsDefaultEncodedString() does not return a cached borrowed reference but a new owned one
9f70157c