mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
Fix warnings options priority: PyConfig.warnoptions has the highest priority, as stated in the PEP 587. * Document options order in PyConfig.warnoptions documentation. * Make PyWideStringList_INIT macro private: replace "Py" prefix with "_Py". * test_embed: add test_init_warnoptions().
Miscellaneous source files for the main Python shared library