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

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