| 
									
										
										
										
											2019-06-19 00:48:09 +02:00
										 |  |  | #ifndef Py_LIMITED_API
 | 
					
						
							|  |  |  | #ifndef Py_INTERNAL_IMPORT_H
 | 
					
						
							|  |  |  | #define Py_INTERNAL_IMPORT_H
 | 
					
						
							|  |  |  | #ifdef __cplusplus
 | 
					
						
							|  |  |  | extern "C" { | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-19 02:54:39 +02:00
										 |  |  | PyAPI_FUNC(PyObject *) _PyImport_FindBuiltin( | 
					
						
							|  |  |  |     PyThreadState *tstate, | 
					
						
							|  |  |  |     const char *name             /* UTF-8 encoded string */ | 
					
						
							|  |  |  |     ); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-04-15 01:16:24 +09:00
										 |  |  | #ifdef HAVE_FORK
 | 
					
						
							| 
									
										
										
										
											2019-06-19 00:48:09 +02:00
										 |  |  | extern void _PyImport_ReInitLock(void); | 
					
						
							| 
									
										
										
										
											2020-04-15 01:16:24 +09:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2019-06-19 10:36:10 +02:00
										 |  |  | extern void _PyImport_Cleanup(PyThreadState *tstate); | 
					
						
							| 
									
										
										
										
											2019-06-19 00:48:09 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | #ifdef __cplusplus
 | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | #endif /* !Py_INTERNAL_IMPORT_H */
 | 
					
						
							|  |  |  | #endif /* !Py_LIMITED_API */
 |