summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/internal/pycore_genobject.h
blob: 56d06635bf20c111c23e72fa5ff143ec0af73b84 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/internal/pycore_genobject.h>
#else
#error "No <internal/pycore_genobject.h> in Python2"
#endif