blob: fd8982970a5c25d17834fb1cc947aec91f023d24 (
plain) (
blame)
1
2
3
4
5
6
7
|
#pragma once
#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/internal/pycore_bytes_methods.h>
#else
#error "No <internal/pycore_bytes_methods.h> in Python2"
#endif
|