##// END OF EJS Templates
py3: convert os.__file__ to bytes...
py3: convert os.__file__ to bytes os.__file__ returns unicode path on Python 3. We need to have bytespath. This patch uses pycompat.fsencode() to encode unicode path to bytes path.
Pulkit Goyal -
r30892:44170550 default
Show More
Name Size Modified Last Commit Author
/ contrib / python-zstandard / zstd / decompress
huf_decompress.c Loading ...
zstd_decompress.c Loading ...