Author: Philip Jenvey <pjen...@underboss.org> Branch: py3k Changeset: r84690:f14ee124ee8c Date: 2016-05-25 17:23 -0700 http://bitbucket.org/pypy/pypy/changeset/f14ee124ee8c/
Log: need unicode0_w here diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/interp_posix.py +++ b/pypy/module/posix/interp_posix.py @@ -142,7 +142,7 @@ "can't specify None for path argument") if _WIN32: try: - path_u = space.unicode_w(w_value) + path_u = space.unicode0_w(w_value) return Path(-1, None, path_u, w_value) except OperationError: pass _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit