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

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/internal/pycore_pymath.h>
#else
#error "No <internal/pycore_pymath.h> in Python2"
#endif