mirror of
https://github.com/python/cpython.git
synced 2026-08-03 13:26:41 +08:00
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.