bytes_methods.h 147 B

1234567
  1. #pragma once
  2. #ifdef USE_PYTHON3
  3. #error "No <bytes_methods.h> in Python3"
  4. #else
  5. #include <contrib/tools/python/src/Include/bytes_methods.h>
  6. #endif