summaryrefslogtreecommitdiff
path: root/Include/internal/import.h
blob: 4746e755755ff673f1f78c63197aee7261932579 (plain)
1
2
3
4
5
6
#ifndef Py_INTERNAL_IMPORT_H
#define Py_INTERNAL_IMPORT_H

extern const char *_Py_CheckHashBasedPycsMode;

#endif