1#ifndef Py_LIMITED_API
2#ifndef Py_INTERNAL_IMPORT_H
3#define Py_INTERNAL_IMPORT_H
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8#ifdef HAVE_FORK
9extern PyStatus _PyImport_ReInitLock(void);
10#endif
11extern PyObject* _PyImport_BootstrapImp(PyThreadState *tstate);
12
13#ifdef __cplusplus
14}
15#endif
16#endif /* !Py_INTERNAL_IMPORT_H */
17#endif /* !Py_LIMITED_API */
18