mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	bump api version
This commit is contained in:
		
							parent
							
								
									3ca2a95078
								
							
						
					
					
						commit
						e0dbd590ea
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -52,7 +52,7 @@ extern PyObject *Py_BuildValue(); | ||||||
| extern int PyArg_VaParse Py_PROTO((PyObject *, char *, va_list)); | extern int PyArg_VaParse Py_PROTO((PyObject *, char *, va_list)); | ||||||
| extern PyObject *Py_VaBuildValue Py_PROTO((char *, va_list)); | extern PyObject *Py_VaBuildValue Py_PROTO((char *, va_list)); | ||||||
| 
 | 
 | ||||||
| #define PYTHON_API_VERSION 1002 | #define PYTHON_API_VERSION 1003 | ||||||
| /* The API version is maintained (independently from the Python version)
 | /* The API version is maintained (independently from the Python version)
 | ||||||
|    so we can detect mismatches between the interpreter and dynamically |    so we can detect mismatches between the interpreter and dynamically | ||||||
|    loaded modules. |    loaded modules. | ||||||
|  | @ -60,6 +60,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 |    Please add a line or two to the top of this log for each API | ||||||
|    version change: |    version change: | ||||||
| 
 | 
 | ||||||
|  |    7-Nov-1995	GvR	Keyword arguments (should've been done at 1.3 :-( ) | ||||||
|  | 
 | ||||||
|    10-Jan-1995	GvR	Renamed globals to new naming scheme |    10-Jan-1995	GvR	Renamed globals to new naming scheme | ||||||
| 
 | 
 | ||||||
|    9-Jan-1995	GvR	Initial version (incompatible with older API) |    9-Jan-1995	GvR	Initial version (incompatible with older API) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue