gh-134486: Fix missing alloca() symbol in _ctypes on NetBSD (#134487)
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.
C
Collin Funk committed
b8f55266bf873bc101c3aab7aa868b909ecbcb99
Parent: 99a9ab1
Committed by GitHub <noreply@github.com>
on 5/23/2025, 11:11:04 AM