We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c55790 commit ac92003Copy full SHA for ac92003
Python/ceval.c
@@ -444,7 +444,7 @@ _Py_InitializeRecursionLimits(PyThreadState *tstate)
444
uintptr_t here_addr = _Py_get_machine_stack_pointer();
445
/// XXX musl supports HAVE_PTHRED_GETATTR_NP, but the resulting stack size
446
/// (on alpine at least) is much smaller than expected and imposes undue limits
447
-/// compared to the old stack size estimation. (We assume musl if not glibc.)
+/// compared to the old stack size estimation. (We assume musl is not glibc.)
448
# if defined(HAVE_PTHREAD_GETATTR_NP) && !defined(_AIX) && \
449
!defined(__NetBSD__) && (defined(__GLIBC__) || !defined(__linux__))
450
size_t stack_size, guard_size;
0 commit comments