aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/cpython/pydebug.h
blob: 4169d56a885175795f85f617e20be32a00cd497e (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/cpython/pydebug.h>
#else
#error "No <cpython/pydebug.h> in Python2"
#endif