mirror of
https://github.com/python/cpython.git
synced 2026-06-23 03:23:38 -04:00
f341d6017d
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