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

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