mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
"Compiling" version
This commit is contained in:
parent
226d79eb4a
commit
3f5da24ea3
72 changed files with 3363 additions and 2061 deletions
9
Include/ceval.h
Normal file
9
Include/ceval.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/* Interface to execute compiled code */
|
||||
/* This header depends on "compile.h" */
|
||||
|
||||
object *eval_code PROTO((codeobject *, object *, object *, object *));
|
||||
|
||||
object *getglobals PROTO((void));
|
||||
object *getlocals PROTO((void));
|
||||
|
||||
void printtraceback PROTO((FILE *));
|
||||
Loading…
Add table
Add a link
Reference in a new issue