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

@ -1,9 +1,9 @@
#ifndef MULTIPROCESSING_H
#define MULTIPROCESSING_H
#define PY_SSIZE_T_CLEAN
#include "third_party/python/Include/Python.h"
#include "third_party/python/Include/pythread.h"
#include "third_party/python/Include/structmember.h"
#include "third_party/python/pyconfig.h"
/* clang-format off */
/*