]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769)
authorŁukasz Langa <lukasz@langa.pl>
Sat, 14 Oct 2023 21:32:57 +0000 (23:32 +0200)
committerGitHub <noreply@github.com>
Sat, 14 Oct 2023 21:32:57 +0000 (23:32 +0200)
commit84b7e9e3fa67fb9b92088d17839d8235f1cec62e
tree662ceaa5e4c9c4fd12695756ef3d0d199f85701d
parentab08ff7882b6181fb785eed7410dbf8030aded70
gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769)
Doc/c-api/init_config.rst
Doc/using/cmdline.rst
Doc/whatsnew/3.13.rst
Include/cpython/initconfig.h
Lib/test/test_embed.py
Misc/NEWS.d/next/Core and Builtins/2023-10-12-17-15-23.gh-issue-110722.sjMwQe.rst [new file with mode: 0644]
Python/initconfig.c
Python/pylifecycle.c