commit | 91b9ecf82c3287b45f39158c5134a87414ff26bc | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Fri Mar 01 17:52:56 2019 +0100 |
committer | GitHub <noreply@github.com> | Fri Mar 01 17:52:56 2019 +0100 |
tree | 0b5f267a09b1300eca85d7480d200609aadba746 | |
parent | c991f2415d4eef663039a83125aa6aad81672680 [diff] |
bpo-36142: Add preconfig.c (GH-12128) * Add _PyArgv_Decode() function * Move _Py_ClearFileSystemEncoding() and _Py_SetFileSystemEncoding() to preconfig.c.