7 lines
114 B
C
Raw Normal View History

2022-03-14 01:15:38 +08:00
#ifndef Py_INTERNAL_IMPORT_H
#define Py_INTERNAL_IMPORT_H
extern const char *_Py_CheckHashBasedPycsMode;
#endif