mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 11:49:12 +00:00 
			
		
		
		
	ceval.h: added Py_AddPendingCall rest: modules using the new naming scheme must now include Python.h
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			118 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			118 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* Header file to be included by modules using new naming conventions */
 | 
						|
#include "allobjects.h"
 | 
						|
#include "rename1.h"
 |