PHP 8.2.30
Preview: py312.py Size: 366 B
/proc/thread-self/root/opt/cloudlinux/venv/lib/python3.11/site-packages/setuptools/compat/py312.py

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

Directory Contents

Dirs: 1 × Files: 5

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
493 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
344 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
790 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
366 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
0 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).