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

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