summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2014-08-09 20:36:35 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2014-08-09 20:36:35 (GMT)
commit736a9133219ec75524d90a976d2e35c76d544b6e (patch)
tree90b62b7edfc8782a4d86df52316e43b3aceb42e7 /Misc
parent4f06d604c40f12a1d59e3bfda061f3dd7bce6e45 (diff)
downloadcpython-736a9133219ec75524d90a976d2e35c76d544b6e.zip
cpython-736a9133219ec75524d90a976d2e35c76d544b6e.tar.gz
cpython-736a9133219ec75524d90a976d2e35c76d544b6e.tar.bz2
- Issue #22176: Update the ctypes module's libffi to v3.1. This release
adds support for the Linux AArch64 and POWERPC ELF ABIv2 little endian architectures.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 247a4f3..c0bc433 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -196,6 +196,13 @@ Library
- Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
broken by the fix for security issue #19435. Patch by Zach Byrne.
+Extension Modules
+-----------------
+
+- Issue #22176: Update the ctypes module's libffi to v3.1. This release
+ adds support for the Linux AArch64 and POWERPC ELF ABIv2 little endian
+ architectures.
+
Build
-----