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

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