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

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