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

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