https://github.com/python/cpython
Revision f341d6017dd4e80509b69b5a9e2625b71b70f205 authored by Eric Snow on 02 April 2024, 20:35:52 UTC, committed by GitHub on 02 April 2024, 20:35:52 UTC
These helpers make it easier to customize and inspect the config used to initialize interpreters.  This is especially valuable in our tests.  I found inspiration from the PyConfig API for the PyInterpreterConfig dict conversion stuff.  As part of this PR I've also added a bunch of tests.
1 parent cae4cdd
History
Tip revision: f341d6017dd4e80509b69b5a9e2625b71b70f205 authored by Eric Snow on 02 April 2024, 20:35:52 UTC
gh-76785: Add PyInterpreterConfig Helpers (gh-117170)
Tip revision: f341d60
File Mode Size
NEWS.d
rhel7
ACKS -rw-r--r-- 30.3 KB
HISTORY -rw-r--r-- 1.3 MB
Porting -rw-r--r-- 63 bytes
README -rw-r--r-- 1.3 KB
README.AIX -rw-r--r-- 4.6 KB
README.coverity -rw-r--r-- 845 bytes
README.valgrind -rw-r--r-- 4.7 KB
SpecialBuilds.txt -rw-r--r-- 3.8 KB
coverity_model.c -rw-r--r-- 4.0 KB
externals.spdx.json -rw-r--r-- 6.2 KB
indent.pro -rw-r--r-- 557 bytes
platform_triplet.c -rw-r--r-- 7.2 KB
python-config.in -rw-r--r-- 2.0 KB
python-config.sh.in -rw-r--r-- 3.0 KB
python-embed.pc.in -rw-r--r-- 310 bytes
python.man -rw-r--r-- 20.1 KB
python.pc.in -rw-r--r-- 297 bytes
sbom.spdx.json -rw-r--r-- 70.6 KB
stable_abi.toml -rw-r--r-- 62.4 KB
svnmap.txt -rw-r--r-- 4.1 MB
valgrind-python.supp -rw-r--r-- 8.5 KB
vgrindefs -rw-r--r-- 500 bytes

README

back to top