mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
b8f55266bf
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.