Files
cpython/Include
Victor Stinner fb4ae152a9 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().
2019-09-30 01:40:17 +02:00
..
2019-06-04 22:12:32 +02:00
2016-08-20 08:03:06 +00:00
2019-08-23 16:39:09 +01:00