lintrunner

This commit is contained in:
Guilherme Leobas
2025-10-19 16:26:25 +00:00
parent dead987b0e
commit ba6df09596

View File

@ -13,7 +13,7 @@
#define Py_BUILD_CORE
#include <Python.h>
#include <internal/pycore_stackref.h>
#include "stackref_bridge.h"
#include <torch/csrc/dynamo/stackref_bridge.h>
#undef Py_BUILD_CORE
PyObject* THP_PyStackRef_AsPyObjectBorrow(void* stackref) {