mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Fixes loop variables to be the same types as their limit (GH-120958)
This commit is contained in:
		
							parent
							
								
									2e157851e3
								
							
						
					
					
						commit
						e731554337
					
				
					 14 changed files with 26 additions and 26 deletions
				
			
		|  | @ -2070,7 +2070,8 @@ vgetargskeywordsfast_impl(PyObject *const *args, Py_ssize_t nargs, | |||
|     const char *format; | ||||
|     const char *msg; | ||||
|     PyObject *keyword; | ||||
|     int i, pos, len; | ||||
|     Py_ssize_t i; | ||||
|     int pos, len; | ||||
|     Py_ssize_t nkwargs; | ||||
|     freelistentry_t static_entries[STATIC_FREELIST_ENTRIES]; | ||||
|     freelist_t freelist; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Steve Dower
						Steve Dower