• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <torch/csrc/utils/python_compat.h>
2 #if defined(_WIN32) && IS_PYTHON_3_11_PLUS
3 #define Py_BUILD_CORE
4 #define NEED_OPCODE_TABLES
5 #include "internal/pycore_opcode.h"
6 #endif
7