You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-134486: Fix missing alloca symbol in _ctypes on NetBSD.
Previously the module would fail to load because the ``alloca`` symbol
was undefined. Now we check for GCC/Clang builtins for systems who do
not define ``alloca`` in headers.
0 commit comments