Skip to content
Prev Previous commit
Next Next commit
Fix build again
  • Loading branch information
Fidget-Spinner committed Jun 30, 2024
commit e2563c6844ff4382252733d2bdda0115c43b8c24
2 changes: 1 addition & 1 deletion Python/ceval_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
#define PRE_DISPATCH_GOTO() ((void)0)
#endif

#if defined(Py_GIL_DISABLED) && defined(Py_DEBUG)
#ifdef Py_STACKREF_DEBUG
#define STACKREF_CHECK() \
do { \
if (frame->f_executable && PyCode_Check(frame->f_executable)) { \
Expand Down