Added _multiprocessing to Python (#259)

Also changed some PYTHON_YOINKs so that http.server would work in
MODE=tiny.
This commit is contained in:
Gautham 2021-08-26 08:15:59 +05:30 committed by GitHub
parent 0b7737b20a
commit 63b867bd2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 38 additions and 34 deletions

View file

@ -442,6 +442,7 @@ THIRD_PARTY_PYTHON_STAGE2_A_SRCS = \
third_party/python/Modules/_io/stringio.c \
third_party/python/Modules/_io/textio.c \
third_party/python/Modules/_json.c \
third_party/python/Modules/_multiprocessing/multiprocessing.c \
third_party/python/Modules/_localemodule.c \
third_party/python/Modules/_lsprof.c \
third_party/python/Modules/_math.c \