summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2014-08-10 09:15:28 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2014-08-10 09:15:28 (GMT)
commitbaa84b827b80380ff181757e2997e5648e69b1e4 (patch)
tree8d7fa82b89b9b1ad217cf35ee644c72aa06068f6 /Misc
parentb6f0d0531b421da308312a871ea165cbcc597011 (diff)
downloadcpython-baa84b827b80380ff181757e2997e5648e69b1e4.zip
cpython-baa84b827b80380ff181757e2997e5648e69b1e4.tar.gz
cpython-baa84b827b80380ff181757e2997e5648e69b1e4.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 d4c4a55..222d928 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,6 +71,13 @@ Library
- Issue #21323: Fix CGIHTTPServer 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.
+
Tests
-----