mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
* Simplify _PyCoreConfig_INIT, _PyMainInterpreterConfig_INIT, _PyPathConfig_INIT macros: no need to set fields to 0/NULL, it's redundant (the C language sets them to 0/NULL for us). * Fix typo: pymain_run_statup() => pymain_run_startup() * Remove a few XXX/TODO
Miscellaneous source files for the main Python shared library