<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/contrib/tools/python3, branch oidc-1.2.7a</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.7a</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.7a'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2026-02-08T08:54:50Z</updated>
<entry>
<title>Move `lsan.supp` in `contrib/tools/python3`</title>
<updated>2026-02-08T08:54:50Z</updated>
<author>
<name>shadchin</name>
<email>shadchin@yandex-team.com</email>
</author>
<published>2026-02-08T08:29:25Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=208cf19d6e02140f635afd8790db063e180162f2'/>
<id>urn:sha1:208cf19d6e02140f635afd8790db063e180162f2</id>
<content type='text'>
commit_hash:9bbc2068c32ccefe80bab13471a8e78d70b64069
</content>
</entry>
<entry>
<title>Cleanup</title>
<updated>2026-02-08T08:25:47Z</updated>
<author>
<name>shadchin</name>
<email>shadchin@yandex-team.com</email>
</author>
<published>2026-02-08T07:55:16Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8797bc43e0d36f0d2b31689e8178e73a51c2f3ea'/>
<id>urn:sha1:8797bc43e0d36f0d2b31689e8178e73a51c2f3ea</id>
<content type='text'>
commit_hash:5156a27dc07a49d591229bc422bd96639091dfc8
</content>
</entry>
<entry>
<title>Update Python 3 to 3.13.12</title>
<updated>2026-02-07T17:23:53Z</updated>
<author>
<name>shadchin</name>
<email>shadchin@yandex-team.com</email>
</author>
<published>2026-02-07T16:56:35Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=19d43a3e6fb4cb8ea11747d7d7bca7a3542fbb44'/>
<id>urn:sha1:19d43a3e6fb4cb8ea11747d7d7bca7a3542fbb44</id>
<content type='text'>
commit_hash:71d3efea437a769b2b7910d196120bb02587046e
</content>
</entry>
<entry>
<title>Import Python 3.13.11</title>
<updated>2026-02-03T19:28:51Z</updated>
<author>
<name>shadchin</name>
<email>shadchin@yandex-team.com</email>
</author>
<published>2026-02-03T18:59:07Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=bce46f28de392862d5c6c3b185d844ee7c623be3'/>
<id>urn:sha1:bce46f28de392862d5c6c3b185d844ee7c623be3</id>
<content type='text'>
commit_hash:bbb53cefb159aa3e7afaa475fd19d5a03b66945f
</content>
</entry>
<entry>
<title>Switch Python 3 on contrib/libs/blake2</title>
<updated>2026-01-22T05:53:12Z</updated>
<author>
<name>shadchin</name>
<email>shadchin@yandex-team.com</email>
</author>
<published>2026-01-22T05:29:44Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=1d7bb883c2ff9b622bfa29f1de93fde43e06906e'/>
<id>urn:sha1:1d7bb883c2ff9b622bfa29f1de93fde43e06906e</id>
<content type='text'>
commit_hash:71d95ae6feb5796edc36f16859e57cf07a56a184
</content>
</entry>
<entry>
<title>Fix `__name__` for builtin modules</title>
<updated>2026-01-14T17:30:18Z</updated>
<author>
<name>shadchin</name>
<email>shadchin@yandex-team.com</email>
</author>
<published>2026-01-14T16:52:47Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=078fd8aa66d488d1339cb64a5a3918e786b4baae'/>
<id>urn:sha1:078fd8aa66d488d1339cb64a5a3918e786b4baae</id>
<content type='text'>
Такой же подход есть у загрузки so-расширений, но для builtin его из коробки нет, так как builtin в upstream используется только для стандартной библиотеки, а там нет подпакетов, там только модули и у них нет проблемы с именем.

До патча:
```ipython
In [1]: import osgeo._gdal

In [2]: osgeo._gdal.__name__
Out[2]: '_gdal'  # &lt;- Потерялось имя пакета, должно быть `osgeo._gdal`
```

После патча:
```ipython
In [1]: import osgeo._gdal

In [2]: osgeo._gdal.__name__
Out[2]: 'osgeo._gdal'
```
commit_hash:fee95110a58cae8395a46598bf8f0b80e42b029a
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2026-01-05T19:19:20Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2026-01-05T19:08:54Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=91148a220fd0ce6c0a05c8cbfc8964f9c0252d6f'/>
<id>urn:sha1:91148a220fd0ce6c0a05c8cbfc8964f9c0252d6f</id>
<content type='text'>
commit_hash:1a43bcb7f55bea5bd087ad537be5880e0301a09b
</content>
</entry>
<entry>
<title>Update contrib/python/hypothesis/py3 to 6.136.2</title>
<updated>2025-11-15T17:35:05Z</updated>
<author>
<name>robot-contrib</name>
<email>robot-contrib@yandex-team.com</email>
</author>
<published>2025-11-15T17:06:29Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=9a07a28dc0d44861b027fe30ef3b3a607af319b4'/>
<id>urn:sha1:9a07a28dc0d44861b027fe30ef3b3a607af319b4</id>
<content type='text'>
commit_hash:aaf72f1c1b3aa7cf161d27d86c119860b25c0b21
</content>
</entry>
<entry>
<title>Update Python 3 to 3.12.12</title>
<updated>2025-10-14T10:28:36Z</updated>
<author>
<name>shadchin</name>
<email>shadchin@yandex-team.com</email>
</author>
<published>2025-10-14T10:08:32Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e9146d8a4d0ee112c89906f9fc8ce23b92250439'/>
<id>urn:sha1:e9146d8a4d0ee112c89906f9fc8ce23b92250439</id>
<content type='text'>
commit_hash:ef97148212b5398ba2ed413d6056b6b8cf935cd8
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2025-10-13T19:04:07Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2025-10-13T18:50:42Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=961379f3fe24ae1b0f92f54e2a3e1c08ad399a11'/>
<id>urn:sha1:961379f3fe24ae1b0f92f54e2a3e1c08ad399a11</id>
<content type='text'>
commit_hash:2616fa918b284019168fb12ab861499222d40647
</content>
</entry>
</feed>
