]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151422: Don't link libffi into _ctypes_test.so (GH-151423) (#151516)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 15 Jun 2026 22:45:45 +0000 (00:45 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Jun 2026 22:45:45 +0000 (22:45 +0000)
commite2c7fa7ff65dce05b857a3bbac275894dad967ad
treee18fb099bcdee26fec6e147488bc1a6744fc0d17
parent255b3fff97ff31c95c3cfeb56d85c304642d864d
[3.15] gh-151422: Don't link libffi into _ctypes_test.so (GH-151423) (#151516)

_ctypes_test doesn't use libffi directly, and linking it into the module
causes emscripten tests to fail.
(cherry picked from commit 8646385076ea4f6ef08682d8ef07a544d3b4ef30)

Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
Lib/test/test_ctypes/test_as_parameter.py
Lib/test/test_ctypes/test_structures.py
configure
configure.ac