diff options
author | Collin Funk <collin.funk1@gmail.com> | 2025-05-23 04:11:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-23 13:11:04 +0200 |
commit | b8f55266bf873bc101c3aab7aa868b909ecbcb99 (patch) | |
tree | 40c78ba696a81fc42302d816fd4c2a73f4206021 /Python/pythonrun.c | |
parent | 99a9ab1c64dce26c0f2dce7621b4d7f75da69856 (diff) | |
download | cpython-b8f55266bf873bc101c3aab7aa868b909ecbcb99.tar.gz cpython-b8f55266bf873bc101c3aab7aa868b909ecbcb99.zip |
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.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions