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

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