mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
fb4ae152a9
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