mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Add declaration for _Py_PackageContext -- needed to fix importing
of shared libraries from inside packages.
This commit is contained in:
		
							parent
							
								
									858cb73bb2
								
							
						
					
					
						commit
						ee6fd1c392
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -111,6 +111,8 @@ extern PyObject *Py_InitModule4 Py_PROTO((char *, PyMethodDef *,
 | 
			
		|||
	Py_InitModule4(name, methods, (char *)NULL, (PyObject *)NULL, \
 | 
			
		||||
		       PYTHON_API_VERSION)
 | 
			
		||||
 | 
			
		||||
extern char *_Py_PackageContext;
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue