mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 07:01:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			193 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			193 B
		
	
	
	
		
			C
		
	
	
	
	
	
 | 
						|
/* This module provides the necessary stubs for when dynamic loading is
 | 
						|
   not present. */
 | 
						|
 | 
						|
#include "Python.h"
 | 
						|
#include "pycore_importdl.h"
 | 
						|
 | 
						|
 | 
						|
const char *_PyImport_DynLoadFiletab[] = {NULL};
 |