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

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