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

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