diff options
Diffstat (limited to 'contrib/libs/python/Include/pydebug.h')
-rw-r--r-- | contrib/libs/python/Include/pydebug.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libs/python/Include/pydebug.h b/contrib/libs/python/Include/pydebug.h new file mode 100644 index 0000000000..c20724196b --- /dev/null +++ b/contrib/libs/python/Include/pydebug.h @@ -0,0 +1,7 @@ +#pragma once + +#ifdef USE_PYTHON3 +#error "No <pydebug.h> in Python3" +#else +#include <contrib/tools/python/src/Include/pydebug.h> +#endif |