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
1
third_party/python/Python/pythonrun.c
vendored
1
third_party/python/Python/pythonrun.c
vendored
|
@ -26,6 +26,7 @@
|
|||
#include "third_party/python/Include/pydebug.h"
|
||||
#include "third_party/python/Include/pyerrors.h"
|
||||
#include "third_party/python/Include/pylifecycle.h"
|
||||
#include "third_party/python/Include/pythonrun.h"
|
||||
#include "third_party/python/Include/setobject.h"
|
||||
#include "third_party/python/Include/symtable.h"
|
||||
#include "third_party/python/Include/sysmodule.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue