#pragma once #ifdef USE_PYTHON3 #error "No <bytes_methods.h> in Python3" #else #include <contrib/tools/python/src/Include/bytes_methods.h> #endif