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

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/tupleobject.h>
#else
#include <contrib/tools/python/src/Include/tupleobject.h>
#endif