mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	This reverts commit 9a12f5d1c1.
I was wrong: the _PyObject_FastCall() function was removed. But we
kept the _PyObject_FastCallDict() function.
			
			
This commit is contained in:
		
							parent
							
								
									6edde8a91c
								
							
						
					
					
						commit
						a25c02eaf0
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -2030,6 +2030,11 @@ Removed
 | 
			
		|||
 | 
			
		||||
  (Contributed by Victor Stinner in :gh:`105182`.)
 | 
			
		||||
 | 
			
		||||
* Remove private ``_PyObject_FastCall()`` function:
 | 
			
		||||
  use ``PyObject_Vectorcall()`` which is available since Python 3.8
 | 
			
		||||
  (:pep:`590`).
 | 
			
		||||
  (Contributed by Victor Stinner in :gh:`106023`.)
 | 
			
		||||
 | 
			
		||||
* Remove ``cpython/pytime.h`` header file: it only contained private functions.
 | 
			
		||||
  (Contributed by Victor Stinner in :gh:`106316`.)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue