Kaydet (Commit) c6cf1dd3 authored tarafından Guido van Rossum's avatar Guido van Rossum

pythgonrun.h: added Py_AtExit().

rename1.h: add PyArg_GetInt.
üst e4485b06
......@@ -49,6 +49,8 @@ object *compile_string PROTO((char *, char *, int));
void print_error PROTO((void));
int Py_AtExit PROTO((void (*func) PROTO((void))));
void goaway PROTO((int));
void cleanup PROTO((void));
......
......@@ -322,6 +322,7 @@ typedef struct methodlist PyMethodDef;
#define PyArg_GetDoubleArray getidoublearray
#define PyArg_GetFloat getifloatarg
#define PyArg_GetFloatArray getifloatarray
#define PyArg_GetInt getintarg
#define PyArg_GetLong getilongarg
#define PyArg_GetLongArray getilongarray
#define PyArg_GetLongArraySize getilongarraysize
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment