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

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