]> granicus.if.org Git - python/commit
bpo-36142: Add preconfig.c (GH-12128)
authorVictor Stinner <vstinner@redhat.com>
Fri, 1 Mar 2019 16:52:56 +0000 (17:52 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Mar 2019 16:52:56 +0000 (17:52 +0100)
commit91b9ecf82c3287b45f39158c5134a87414ff26bc
tree0b5f267a09b1300eca85d7480d200609aadba746
parentc991f2415d4eef663039a83125aa6aad81672680
bpo-36142: Add preconfig.c (GH-12128)

* Add _PyArgv_Decode() function
* Move _Py_ClearFileSystemEncoding() and _Py_SetFileSystemEncoding()
  to preconfig.c.
Include/cpython/coreconfig.h
Include/internal/pycore_coreconfig.h
Include/internal/pycore_fileutils.h
Makefile.pre.in
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/coreconfig.c
Python/preconfig.c [new file with mode: 0644]