]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151422: Don't link libffi into _ctypes_test.so (#151423)
authorHood Chatham <roberthoodchatham@gmail.com>
Mon, 15 Jun 2026 22:16:16 +0000 (15:16 -0700)
committerGitHub <noreply@github.com>
Mon, 15 Jun 2026 22:16:16 +0000 (06:16 +0800)
commit8646385076ea4f6ef08682d8ef07a544d3b4ef30
treea50f544a1a3238345ad1fbc32e9e0ca428416d1e
parent5ea1e907d1928c1e08cf4246e8935d62a95ca8a1
gh-151422: Don't link libffi into _ctypes_test.so (#151423)

_ctypes_test doesn't use libffi directly, and linking it into the module
causes emscripten tests to fail.
Lib/test/test_ctypes/test_as_parameter.py
Lib/test/test_ctypes/test_structures.py
configure
configure.ac