mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Remove old macro that isn't used anywhere anymore.
This commit is contained in:
		
							parent
							
								
									95817b36f0
								
							
						
					
					
						commit
						20a046cc5f
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		|  | @ -73,10 +73,6 @@ PyAPI_FUNC(PyCodeObject *) PyCode_New( | ||||||
| PyAPI_FUNC(int) PyCode_Addr2Line(PyCodeObject *, int); | PyAPI_FUNC(int) PyCode_Addr2Line(PyCodeObject *, int); | ||||||
| 
 | 
 | ||||||
| /* for internal use only */ | /* for internal use only */ | ||||||
| #define _PyCode_GETCODEPTR(co, pp) \ |  | ||||||
| 	((*Py_TYPE((co)->co_code)->tp_as_buffer->bf_getreadbuffer) \ |  | ||||||
| 	 ((co)->co_code, 0, (void **)(pp))) |  | ||||||
| 
 |  | ||||||
| typedef struct _addr_pair { | typedef struct _addr_pair { | ||||||
|         int ap_lower; |         int ap_lower; | ||||||
|         int ap_upper; |         int ap_upper; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Georg Brandl
						Georg Brandl