cpython/Programs
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
..
README
_freeze_importlib.c bpo-38304: Add PyConfig.struct_size (GH-16451) 2019-09-28 04:28:35 +02:00
_testembed.c bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) 2019-09-30 01:40:17 +02:00
python.c bpo-36763: Implement the PEP 587 (GH-13592) 2019-05-27 16:39:22 +02:00

README

Source files for binary executables (as opposed to shared modules)