Issue 27979: Remove bundled libffi (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/72166

classification

Title: Remove bundled libffi
Type: enhancement Stage: resolved
Components: Build, ctypes Versions: Python 3.7

process

Status: closed Resolution: fixed
Dependencies: 27976 Superseder:
Assigned To: Nosy List: python-dev, yan12125, zach.ware
Priority: normal Keywords: patch

Created on 2016-09-06 18:53 by zach.ware, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
remove_bundled_libffi.diff zach.ware,2016-09-06 18:53
Pull Requests
URL Status Linked Edit
PR 552 closed dstufft,2017-03-31 16:36
Messages (4)
msg274600 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2016-09-06 18:53
The attached patch allows the bundled libffi used in non-Darwin POSIX builds (Modules/_ctypes/libffi, along with Modules/_ctypes/libffi.diff) to be removed. It depends on the patch in #27976, and does not affect OSX or Windows.
msg274927 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2016-09-08 00:11
The patch will need to be updated to just completely remove the --with(out)-system-ffi check everywhere but OSX. It will also need to make some changes after the latest patch in #27976.
msg276773 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-09-17 06:37
New changeset d4981c76a8b9 by Zachary Ware in branch 'default': Closes #27979: Remove bundled copy of libffi https://hg.python.org/cpython/rev/d4981c76a8b9
msg277298 - (view) Author: (yan12125) * Date: 2016-09-23 20:57
https://docs.python.org/3/license.html#libffi may need a change, too.
History
Date User Action Args
2022-04-11 14:58:35 admin set github: 72166
2017-03-31 16:36:21 dstufft set pull_requests: + <pull%5Frequest948>
2016-09-23 20:57:26 yan12125 set messages: +
2016-09-17 06:37:25 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: patch review -> resolved
2016-09-10 06:56:23 yan12125 set nosy: + yan12125
2016-09-08 00:11:31 zach.ware set messages: +
2016-09-06 18:54:54 zach.ware set dependencies: + Deprecate building with bundled copy of libffi on non-Darwin POSIX platforms
2016-09-06 18:53:39 zach.ware create