]> granicus.if.org Git - python/commit
bpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881)
authorVictor Stinner <vstinner@redhat.com>
Wed, 29 Aug 2018 09:47:29 +0000 (11:47 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Aug 2018 09:47:29 +0000 (11:47 +0200)
commitdfe0dc74536dfb6f331131d9b2b49557675bb6b7
tree485dd3b5ddce8e6c2d7ebbd6d113e1c5ee6f3707
parent177d921c8c03d30daa32994362023f777624b10d
bpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881)

* Add stdio_encoding and stdio_errors fields to _PyCoreConfig.
* Add unit tests on stdio_encoding and stdio_errors.
Include/coreconfig.h
Include/pylifecycle.h
Lib/test/test_embed.py
Programs/_testembed.c
Python/coreconfig.c
Python/pylifecycle.c