summaryrefslogtreecommitdiffstats
path: root/library/python/runtime_py3/sitecustomize.py
Commit message (Collapse)AuthorAgeFilesLines
* Sync branches 260120-0833: rightlib to main (#32374)YDBot2026-01-201-57/+83
| | | | | | | | Co-authored-by: robot-piglet <[email protected]> Co-authored-by: mikhnenko <[email protected]> Co-authored-by: swarmer <[email protected]> Co-authored-by: babenko <[email protected]> Co-authored-by: shadchin <[email protected]> Co-authored-by: tea-mur <[email protected]>
* Support route static from binary in aiohttpshadchin2026-01-051-19/+111
| | | | commit_hash:3fd15af6d92c77e1aaf327bd7f34742551ebf3b6
* Subinterpretor compatible __res module (2nd attempt)snermolaev2025-04-291-0/+172
| | | | | | | 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-172/+0
| | | | commit_hash:1d9f5675b9d3ddaa44db4472376a06ad3e811e2d
* Subinterpretor compatible __res modulesnermolaev2025-04-141-0/+172
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