mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
	
		
			267 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			267 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								/* Implements the getpath API for compiling with no functionality */
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#include "Python.h"
							 | 
						||
| 
								 | 
							
								#include "pycore_pathconfig.h"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								PyStatus
							 | 
						||
| 
								 | 
							
								_PyConfig_InitPathConfig(PyConfig *config, int compute_path_config)
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								    return PyStatus_Error("path configuration is unsupported");
							 | 
						||
| 
								 | 
							
								}
							 |