| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
ref:e84342d4d30476f9148137f37fd0c6405fd36f55
|
|
|
|
| |
ref:b200b70556036c6a735ab81b1414c4b334ba5958
|
|
|
|
| |
ref:919db9913468e91d031bbd511beeacdcfdd74489
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
2 of 2.
|
|
|
|
| |
1 of 2.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
<nslus@yandex-team.com>. Commit 2 of 2.
|
|
|
|
| |
<nslus@yandex-team.com>. Commit 1 of 2.
|
| |
|
| |
|
|
|
|
| |
Commit 2 of 2.
|
|
|
|
| |
Commit 1 of 2.
|
|
|
|
| |
<staskirillov@gmail.com>. Commit 2 of 2.
|
|
|
|
| |
<staskirillov@gmail.com>. Commit 1 of 2.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
<borisov.mikhail@gmail.com>. Commit 2 of 2.
|
|
|
|
| |
<borisov.mikhail@gmail.com>. Commit 1 of 2.
|
|
|
|
| |
Commit 2 of 2.
|
|
|
|
| |
Commit 1 of 2.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
ref:cde9a383711a11544ce7e107a78147fb96cc4029
|