summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/cpython/pyhash.h
blob: 72979303c2765e266c38e0718561bfdac1e45087 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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