mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-25 06:42:27 +00:00
Added _multiprocessing to Python (#259)
Also changed some PYTHON_YOINKs so that http.server would work in MODE=tiny.
This commit is contained in:
parent
0b7737b20a
commit
63b867bd2f
4 changed files with 38 additions and 34 deletions
1
third_party/python/python.mk
vendored
1
third_party/python/python.mk
vendored
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue