summaryrefslogtreecommitdiffstats
path: root/library/python/runtime_py3/__res.py
Commit message (Collapse)AuthorAgeFilesLines
* clean runtime_py3kuzmich3212026-02-111-1/+0
| | | | commit_hash:bdfd716428773db22fff8db291a2ca33d8616d95
* rm legacy code in runtime_py3kuzmich3212026-02-101-18/+0
| | | | commit_hash:2302b8301d7162e3aad97f392fa39762683aca72
* Prefer guidance file when searching for repo root in ext-pyalevitskii2026-02-091-2/+9
| | | | commit_hash:9c636406274e7aaae314e8d32be5863fdd2944fd
* Rework our machinery for `importlib.resources`shadchin2026-01-201-48/+5
| | | | commit_hash:952ba013b771d9c6cb949cf43125956ad5cdfd58
* Get rid of `BuiltinSubmoduleImporter`shadchin2026-01-141-12/+1
| | | | | Для современных Python 3 нет никакой разницы между `BuiltinImporter` и `BuiltinSubmoduleImporter` (наша переопределённая копия `BuiltinImporter`), мы только добавляем лишнюю сложность, потому предлагаю удалить `BuiltinSubmoduleImporter` как больше не нужную сущность. commit_hash:93663cc0cedd41d931a92c407b9966d580d42dd7
* Subinterpretor compatible __res module (2nd attempt)snermolaev2025-04-291-0/+809
| | | | | | | Cython is not yet subinterpreter compatible. There are no ETA when cython is going to support subinterpreters. This PR removes cython from hermetic python imoprt hooks in order to make them subinterpretr-compatible. commit_hash:427b6f9db6afa6695659ee147621e1ccb391d3cb
* Revert "Subinterpretor compatible __res module" rXXXXXXsnermolaev2025-04-151-809/+0
| | | | commit_hash:1d9f5675b9d3ddaa44db4472376a06ad3e811e2d
* Subinterpretor compatible __res modulesnermolaev2025-04-141-0/+809
Cython is not yet subinterpreter compatible. There are no ETA when cython is going to support subinterpreters. This PR removes cython from hermetic python imoprt hooks in order to make them subinterpretr-compatible. commit_hash:1b067c37f55a4f1d9a6172df7009c75231cc1e25