mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-07 13:12:28 +00:00
Attempt to build Python compiler program
This commit is contained in:
parent
d522a88def
commit
0c6581f912
27 changed files with 9780 additions and 2536 deletions
3
third_party/python/Programs/python.c
vendored
3
third_party/python/Programs/python.c
vendored
|
@ -27,6 +27,9 @@
|
|||
#include "third_party/python/Include/unicodeobject.h"
|
||||
/* clang-format off */
|
||||
|
||||
extern struct _inittab _PyImport_Inittab[];
|
||||
struct _inittab *PyImport_Inittab = _PyImport_Inittab;
|
||||
|
||||
static jmp_buf jbuf;
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue