mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Issue #15368: fixing variable typo.
This commit is contained in:
		
						commit
						9544aa38d9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -417,7 +417,7 @@ dictbytype(PyObject *src, int scope_type, int flag, int offset) | |||
|         Py_DECREF(sorted_keys); | ||||
|         return NULL; | ||||
|     } | ||||
|     num_keys = PyList_GET_SIZE(src); | ||||
|     num_keys = PyList_GET_SIZE(sorted_keys); | ||||
| 
 | ||||
|     for (key_i = 0; key_i < num_keys; key_i++) { | ||||
|         /* XXX this should probably be a macro in symtable.h */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Meador Inge
						Meador Inge