Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c6cf1dd3
Commit
c6cf1dd3
authored
Sep 07, 1994
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pythgonrun.h: added Py_AtExit().
rename1.h: add PyArg_GetInt.
parent
e4485b06
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
Include/pythonrun.h
Include/pythonrun.h
+2
-0
Include/rename1.h
Include/rename1.h
+1
-0
No files found.
Include/pythonrun.h
View file @
c6cf1dd3
...
@@ -49,6 +49,8 @@ object *compile_string PROTO((char *, char *, int));
...
@@ -49,6 +49,8 @@ object *compile_string PROTO((char *, char *, int));
void
print_error
PROTO
((
void
));
void
print_error
PROTO
((
void
));
int
Py_AtExit
PROTO
((
void
(
*
func
)
PROTO
((
void
))));
void
goaway
PROTO
((
int
));
void
goaway
PROTO
((
int
));
void
cleanup
PROTO
((
void
));
void
cleanup
PROTO
((
void
));
...
...
Include/rename1.h
View file @
c6cf1dd3
...
@@ -322,6 +322,7 @@ typedef struct methodlist PyMethodDef;
...
@@ -322,6 +322,7 @@ typedef struct methodlist PyMethodDef;
#define PyArg_GetDoubleArray getidoublearray
#define PyArg_GetDoubleArray getidoublearray
#define PyArg_GetFloat getifloatarg
#define PyArg_GetFloat getifloatarg
#define PyArg_GetFloatArray getifloatarray
#define PyArg_GetFloatArray getifloatarray
#define PyArg_GetInt getintarg
#define PyArg_GetLong getilongarg
#define PyArg_GetLong getilongarg
#define PyArg_GetLongArray getilongarray
#define PyArg_GetLongArray getilongarray
#define PyArg_GetLongArraySize getilongarraysize
#define PyArg_GetLongArraySize getilongarraysize
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment