SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72114 0 1 Python

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