diff options
Diffstat (limited to 'Include/internal/import.h')
-rw-r--r-- | Include/internal/import.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Include/internal/import.h b/Include/internal/import.h new file mode 100644 index 0000000000..4746e75575 --- /dev/null +++ b/Include/internal/import.h @@ -0,0 +1,6 @@ +#ifndef Py_INTERNAL_IMPORT_H +#define Py_INTERNAL_IMPORT_H + +extern const char *_Py_CheckHashBasedPycsMode; + +#endif |