Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da82cbb

Browse files
committed
Revert whitespace change
1 parent 42ebbcd commit da82cbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Include/internal/pycore_pystate.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ _Py_RecursionLimit_GetMargin(PyThreadState *tstate)
325325
_PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate;
326326
assert(_tstate->c_stack_hard_limit != 0);
327327
intptr_t here_addr = _Py_get_machine_stack_pointer();
328-
329328
return Py_ARITHMETIC_RIGHT_SHIFT(intptr_t, here_addr - (intptr_t)_tstate->c_stack_soft_limit, PYOS_STACK_MARGIN_SHIFT);
330329
}
331330

0 commit comments

Comments
 (0)