Skip to content

Commit a00a6f0

Browse files
committed
Move #endif
1 parent 1775754 commit a00a6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/ceval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,9 +467,9 @@ tstate_set_stack(PyThreadState *tstate,
467467
// Test the stack pointer
468468
#ifndef NDEBUG
469469
uintptr_t here_addr = _Py_get_machine_stack_pointer();
470-
#endif
471470
assert(ts->c_stack_soft_limit < here_addr);
472471
assert(here_addr < ts->c_stack_top);
472+
#endif
473473
}
474474

475475

0 commit comments

Comments
 (0)