mirror of
https://github.com/python/cpython.git
synced 2026-07-25 11:22:45 -04:00
5d8624647d
Fix compiler warnings in Py_FinalizeEx(): only define variables if they are needed, add #ifdef. Other cleanup changes: * _PyWarnings_InitWithConfig() is no more needed: call _PyWarnings_Init() instead. * Inline pymain_init_main_interpreter() in its caller. This subfunction is no more justifed.
Miscellaneous source files for the main Python shared library