mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	bpo-40925: Remove unused stack macro SET_VALUE (GH-20783)
This commit is contained in:
		
							parent
							
								
									31d17798d6
								
							
						
					
					
						commit
						33faf5c4f4
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -1157,7 +1157,6 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, PyFrameObject *f, int throwflag) | |||
| #define SET_SECOND(v)     (stack_pointer[-2] = (v)) | ||||
| #define SET_THIRD(v)      (stack_pointer[-3] = (v)) | ||||
| #define SET_FOURTH(v)     (stack_pointer[-4] = (v)) | ||||
| #define SET_VALUE(n, v)   (stack_pointer[-(n)] = (v)) | ||||
| #define BASIC_STACKADJ(n) (stack_pointer += n) | ||||
| #define BASIC_PUSH(v)     (*stack_pointer++ = (v)) | ||||
| #define BASIC_POP()       (*--stack_pointer) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dong-hee Na
						Dong-hee Na