Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca2a95 commit e0dbd59Copy full SHA for e0dbd59
1 file changed
Include/modsupport.h
@@ -52,14 +52,16 @@ extern PyObject *Py_BuildValue();
52
extern int PyArg_VaParse Py_PROTO((PyObject *, char *, va_list));
53
extern PyObject *Py_VaBuildValue Py_PROTO((char *, va_list));
54
55
-#define PYTHON_API_VERSION 1002
+#define PYTHON_API_VERSION 1003
56
/* The API version is maintained (independently from the Python version)
57
so we can detect mismatches between the interpreter and dynamically
58
loaded modules.
59
60
Please add a line or two to the top of this log for each API
61
version change:
62
63
+ 7-Nov-1995 GvR Keyword arguments (should've been done at 1.3 :-( )
64
+
65
10-Jan-1995 GvR Renamed globals to new naming scheme
66
67
9-Jan-1995 GvR Initial version (incompatible with older API)
0 commit comments