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

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