mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Remove an old macro from executor.c (#110597)
This commit is contained in:
		
							parent
							
								
									13380da91e
								
							
						
					
					
						commit
						982f1b7d6d
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		|  | @ -22,9 +22,6 @@ | ||||||
| #include "ceval_macros.h" | #include "ceval_macros.h" | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| #undef ASSERT_KWNAMES_IS_NULL |  | ||||||
| #define ASSERT_KWNAMES_IS_NULL() (void)0 |  | ||||||
| 
 |  | ||||||
| #undef DEOPT_IF | #undef DEOPT_IF | ||||||
| #define DEOPT_IF(COND, INSTNAME) \ | #define DEOPT_IF(COND, INSTNAME) \ | ||||||
|     if ((COND)) {                \ |     if ((COND)) {                \ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Brandt Bucher
						Brandt Bucher