summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-03-01 17:52:56 +0100
committerGitHub <noreply@github.com>2019-03-01 17:52:56 +0100
commit91b9ecf82c3287b45f39158c5134a87414ff26bc (patch)
tree0b5f267a09b1300eca85d7480d200609aadba746 /Makefile.pre.in
parentc991f2415d4eef663039a83125aa6aad81672680 (diff)
downloadcpython-git-91b9ecf82c3287b45f39158c5134a87414ff26bc.tar.gz
bpo-36142: Add preconfig.c (GH-12128)
* Add _PyArgv_Decode() function * Move _Py_ClearFileSystemEncoding() and _Py_SetFileSystemEncoding() to preconfig.c.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 9c2d3d66a0..5ae69480bf 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -357,6 +357,7 @@ PYTHON_OBJS= \
Python/mystrtoul.o \
Python/pathconfig.o \
Python/peephole.o \
+ Python/preconfig.o \
Python/pyarena.o \
Python/pyctype.o \
Python/pyfpe.o \