mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-05 12: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/Include/pythonrun.h
vendored
1
third_party/python/Include/pythonrun.h
vendored
|
@ -1,5 +1,6 @@
|
|||
#ifndef Py_PYTHONRUN_H
|
||||
#define Py_PYTHONRUN_H
|
||||
#include "third_party/python/Include/code.h"
|
||||
#include "third_party/python/Include/object.h"
|
||||
#include "third_party/python/Include/pyarena.h"
|
||||
#include "third_party/python/Include/pystate.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue