longintrepr.h 143 B

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