Skip to content

Commit 5418bf1

Browse files
committed
Fix whitespace
1 parent 0d3a7fb commit 5418bf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/internal/pycore_ceval.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ extern void _PyEval_DeactivateOpCache(void);
211211
static inline int _Py_ReachedRecursionLimit(PyThreadState *tstate) {
212212
uintptr_t here_addr = _Py_get_machine_stack_pointer();
213213
_PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate;
214-
// Possible overflow if stack pointer is beyond the soft limit.
214+
// Possible overflow if stack pointer is beyond the soft limit.
215215
// _Py_CheckRecursiveCall will check for corner cases and
216216
// report an error if there is an overflow.
217217
#if _Py_STACK_GROWS_DOWN

0 commit comments

Comments
 (0)