aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/runtime_py3/main
Commit message (Collapse)AuthorAgeFilesLines
* add ydb depsnkozlovskiy2023-09-294-0/+245
|
* fix ya.makemonster2022-07-073-249/+0
|
* DEVTOOLSSUPPORT-18626: In venv directly call Py_BytesMain()say2022-05-042-0/+10
| | | | | | | | | | The arcadia main function (library/python/runtime_py3/main/main.c::pymain) calls Py_InitializeFromConfig() before going to the vanilla python Py_Main(). Py_InitializeFromConfig() overrides sys.prefix and sys.exec_prefix by default values ('/var/empty') and then import __res module (and importer.pxi as a part of it). importer.pxi::_init_venv() set a proper value to sys.prefix and sys.exec_prefix attributes. Py_Main() in turn also calls Py_InitializeFromConfig() and reset the sys attributes to their default values again. I don't know why it was not a problem in python 3.9 but in 3.10 it is. ref:0466de641f92d66c4f992ae12c02d8d58db397f6
* intermediate changesarcadia-devtools2022-03-151-26/+0
| | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
* Restoring authorship annotation for Aleksandr <ivansduck@gmail.com>. Commit ↵Aleksandr2022-02-101-15/+15
| | | | 2 of 2.
* Restoring authorship annotation for Aleksandr <ivansduck@gmail.com>. Commit ↵Aleksandr2022-02-101-15/+15
| | | | 1 of 2.
* Restoring authorship annotation for <dldmitry@yandex-team.ru>. Commit 2 of 2.dldmitry2022-02-101-3/+3
|
* Restoring authorship annotation for <dldmitry@yandex-team.ru>. Commit 1 of 2.dldmitry2022-02-101-3/+3
|
* Restoring authorship annotation for <deshevoy@yandex-team.ru>. Commit 2 of 2.deshevoy2022-02-101-129/+129
|
* Restoring authorship annotation for <deshevoy@yandex-team.ru>. Commit 1 of 2.deshevoy2022-02-101-129/+129
|
* Restoring authorship annotation for Nikita Slyusarev ↵Nikita Slyusarev2022-02-101-4/+4
| | | | <nslus@yandex-team.com>. Commit 2 of 2.
* Restoring authorship annotation for Nikita Slyusarev ↵Nikita Slyusarev2022-02-101-4/+4
| | | | <nslus@yandex-team.com>. Commit 1 of 2.
* Restoring authorship annotation for Mikhail Borisov ↵Mikhail Borisov2022-02-102-9/+9
| | | | <borisov.mikhail@gmail.com>. Commit 2 of 2.
* Restoring authorship annotation for Mikhail Borisov ↵Mikhail Borisov2022-02-102-9/+9
| | | | <borisov.mikhail@gmail.com>. Commit 1 of 2.
* Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. ↵Anton Samokhvalov2022-02-101-4/+4
| | | | Commit 2 of 2.
* Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. ↵Anton Samokhvalov2022-02-101-4/+4
| | | | Commit 1 of 2.
* Restoring authorship annotation for <kikht@yandex-team.ru>. Commit 2 of 2.kikht2022-02-103-30/+30
|
* Restoring authorship annotation for <kikht@yandex-team.ru>. Commit 1 of 2.kikht2022-02-103-30/+30
|
* Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2.thegeorg2022-02-101-2/+2
|
* Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 1 of 2.thegeorg2022-02-101-2/+2
|
* Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.orivej2022-02-102-39/+39
|
* Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.orivej2022-02-102-39/+39
|
* Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 2 of 2.shadchin2022-02-102-30/+30
|
* Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 1 of 2.shadchin2022-02-102-30/+30
|
* intermediate changesDevtools Arcadia2022-02-073-0/+265
ref:cde9a383711a11544ce7e107a78147fb96cc4029