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

#ifdef USE_PYTHON3_PREV
#error "No <pydebug.h> in Python3"
#else
#include <contrib/tools/python/src/Include/pydebug.h>
#endif