mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	gh-105140: remove unused arg of _PyErr_ChainStackItem (#105141)
This commit is contained in:
		
							parent
							
								
									ede89af605
								
							
						
					
					
						commit
						60f8117d0c
					
				
					 3 changed files with 9 additions and 34 deletions
				
			
		|  | @ -61,8 +61,7 @@ PyAPI_FUNC(void) _PyErr_SetObject( | |||
|     PyObject *type, | ||||
|     PyObject *value); | ||||
| 
 | ||||
| PyAPI_FUNC(void) _PyErr_ChainStackItem( | ||||
|     _PyErr_StackItem *exc_info); | ||||
| PyAPI_FUNC(void) _PyErr_ChainStackItem(void); | ||||
| 
 | ||||
| PyAPI_FUNC(void) _PyErr_Clear(PyThreadState *tstate); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Irit Katriel
						Irit Katriel