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

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