]> granicus.if.org Git - python/commit
bpo-36763: Add _PyCoreConfig.configure_c_stdio (GH-13363)
authorVictor Stinner <vstinner@redhat.com>
Thu, 16 May 2019 16:30:15 +0000 (18:30 +0200)
committerGitHub <noreply@github.com>
Thu, 16 May 2019 16:30:15 +0000 (18:30 +0200)
commit54b43bb3bb88339b63182b3515cda3efa530ed62
tree948f321e0b2b9925eec945d316cd3e010da69852
parent9ef5dcaa0b3c7c7ba28dbb3ec0c9507d9d05e3a9
bpo-36763: Add _PyCoreConfig.configure_c_stdio (GH-13363)

Add tests for configure_c_stdio and pathconfig_warnings parameters.
Include/cpython/coreconfig.h
Lib/test/test_embed.py
Programs/_testembed.c
Python/coreconfig.c