mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			113 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			113 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
 | |
| #include "Python.h"
 | |
| 
 | |
| static PyObject *ErrorObject;
 | |
| 
 | |
| /* ----------------------------------------------------- */
 | 
