MisterAI's picture
download
raw
366 Bytes
from __future__ import annotations
import sys
if sys.version_info >= (3, 12, 4):
# Python 3.13 should support `.pth` files encoded in UTF-8
# See discussion in https://github.com/python/cpython/issues/77102
PTH_ENCODING: str | None = "utf-8"
else:
from .py39 import LOCALE_ENCODING
# PTH_ENCODING = "locale"
PTH_ENCODING = LOCALE_ENCODING

Xet Storage Details

Size:
366 Bytes
·
Xet hash:
ca5597e7b66a27dbf6cfc2b851d848ea912bd4fd0a8067a3bee90238b546e8c0

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.