Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0dbd59

Browse files
committed
bump api version
1 parent 3ca2a95 commit e0dbd59

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Include/modsupport.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,16 @@ extern PyObject *Py_BuildValue();
5252
extern int PyArg_VaParse Py_PROTO((PyObject *, char *, va_list));
5353
extern PyObject *Py_VaBuildValue Py_PROTO((char *, va_list));
5454

55-
#define PYTHON_API_VERSION 1002
55+
#define PYTHON_API_VERSION 1003
5656
/* The API version is maintained (independently from the Python version)
5757
so we can detect mismatches between the interpreter and dynamically
5858
loaded modules.
5959
6060
Please add a line or two to the top of this log for each API
6161
version change:
6262
63+
7-Nov-1995 GvR Keyword arguments (should've been done at 1.3 :-( )
64+
6365
10-Jan-1995 GvR Renamed globals to new naming scheme
6466
6567
9-Jan-1995 GvR Initial version (incompatible with older API)

0 commit comments

Comments
 (0)