mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	gh-105481: generate op IDs from bytecode.c instead of hard coding them in opcode.py (#107971)
This commit is contained in:
		
							parent
							
								
									e88eb3775e
								
							
						
					
					
						commit
						665a4391e1
					
				
					 21 changed files with 1593 additions and 1521 deletions
				
			
		| 
						 | 
				
			
			@ -6,7 +6,8 @@
 | 
			
		|||
#include "pycore_code.h"          // _PyCodeConstructor
 | 
			
		||||
#include "pycore_frame.h"         // FRAME_SPECIALS_SIZE
 | 
			
		||||
#include "pycore_interp.h"        // PyInterpreterState.co_extra_freefuncs
 | 
			
		||||
#include "pycore_opcode.h"        // _PyOpcode_Deopt
 | 
			
		||||
#include "pycore_opcode.h"        // _PyOpcode_Caches
 | 
			
		||||
#include "pycore_opcode_metadata.h" // _PyOpcode_Deopt
 | 
			
		||||
#include "pycore_pystate.h"       // _PyInterpreterState_GET()
 | 
			
		||||
#include "pycore_setobject.h"     // _PySet_NextEntry()
 | 
			
		||||
#include "pycore_tuple.h"         // _PyTuple_ITEMS()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue