bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
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().
V
Victor Stinner committed
fb4ae152a9930f0e00cae8b2807f534058cf341a
Parent: 58498bc
Committed by GitHub <noreply@github.com>
on 9/29/2019, 11:40:17 PM