summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/lib2
Commit message (Collapse)AuthorAgeFilesLines
* Fix import datetime for subinterpreterssnermolaev2025-04-281-0/+1
| | | | | _pydatetime module should be imported when working in subinterpreters mode since _datetime module is not yet ready for subinterpreters (contrib/tools/python3/Lib/datetime.py), but we get **Warn: ModuleNotFoundError: No module named '_pydatetime'**. commit_hash:4c3ebf1f1a231edcca1580943d1e8a1661bcfa5b
* Intermediate changesrobot-piglet2024-08-242-0/+4
|
* Add contrib/tools/python3/lib2/lsan.suppkruall2024-03-121-0/+2
| | | | 418bc3e950e284fd855d8c4773cb1c6efdd88680
* Simplify layout for Python 3shadchin2024-03-061-1/+0
| | | | 4c8d17f5092930dba3a969736cfed1def0bd4df1
* Sync contrib/tools/python3 layout with upstreamthegeorg2024-02-192-0/+578
* Move src/ subdir contents to the top of the layout * Rename self-written lib -> lib2 to avoid CaseFolding warning from the VCS * Regenerate contrib/libs/python proxy-headers accordingly 4ccc62ac1511abcf0fed14ccade38e984e088f1e