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

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