]> granicus.if.org Git - python/commit
bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 2 May 2019 03:51:56 +0000 (23:51 -0400)
committerGitHub <noreply@github.com>
Thu, 2 May 2019 03:51:56 +0000 (23:51 -0400)
commitcb9fbd35885a8921b9df99e801df4f82e3ba336b
treeac897ce5cd21edf057576367de97bd4c6ed0c85d
parent11e4a941e9c6225776a986b05230a1963e83f4fb
bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052)

_PyCoreConfig: Rename _check_hash_pycs_mode field to
check_hash_pycs_mode (make it public) and change its type from "const
char*" to "wchar_t*".
Include/cpython/coreconfig.h
Lib/test/test_embed.py
Programs/_testembed.c
Python/coreconfig.c
Python/import.c