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

_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