mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
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.
Miscellaneous source files for the main Python shared library