mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-36142: Add preconfig.c (GH-12128)
* Add _PyArgv_Decode() function * Move _Py_ClearFileSystemEncoding() and _Py_SetFileSystemEncoding() to preconfig.c.
This commit is contained in:
parent
c991f2415d
commit
91b9ecf82c
8 changed files with 115 additions and 87 deletions
|
|
@ -425,6 +425,7 @@
|
|||
<ClCompile Include="..\Python\mystrtoul.c" />
|
||||
<ClCompile Include="..\Python\pathconfig.c" />
|
||||
<ClCompile Include="..\Python\peephole.c" />
|
||||
<ClCompile Include="..\Python\preconfig.c" />
|
||||
<ClCompile Include="..\Python\pyarena.c" />
|
||||
<ClCompile Include="..\Python\pyctype.c" />
|
||||
<ClCompile Include="..\Python\pyfpe.c" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue