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
e4d9b3c8
Commit
e4d9b3c8
authored
Jan 18, 1997
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump API version due to the various speedup hacks.
parent
067186f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Include/modsupport.h
Include/modsupport.h
+4
-2
No files found.
Include/modsupport.h
View file @
e4d9b3c8
...
...
@@ -59,8 +59,8 @@ extern PyObject *Py_BuildValue();
extern
int
PyArg_VaParse
Py_PROTO
((
PyObject
*
,
char
*
,
va_list
));
extern
PyObject
*
Py_VaBuildValue
Py_PROTO
((
char
*
,
va_list
));
#define PYTHON_API_VERSION 100
6
#define PYTHON_API_STRING "100
6
"
#define PYTHON_API_VERSION 100
7
#define PYTHON_API_STRING "100
7
"
/* The API version is maintained (independently from the Python version)
so we can detect mismatches between the interpreter and dynamically
loaded modules. These are diagnosticised by an error message but
...
...
@@ -74,6 +74,8 @@ extern PyObject *Py_VaBuildValue Py_PROTO((char *, va_list));
Please add a line or two to the top of this log for each API
version change:
18-Jan-1997 GvR string interning and other speedups
11-Oct-1996 GvR renamed Py_Ellipses to Py_Ellipsis :-(
30-Jul-1996 GvR Slice and ellipses syntax added
...
...
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