diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2014-08-10 09:15:28 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2014-08-10 09:15:28 (GMT) |
commit | baa84b827b80380ff181757e2997e5648e69b1e4 (patch) | |
tree | 8d7fa82b89b9b1ad217cf35ee644c72aa06068f6 /Misc | |
parent | b6f0d0531b421da308312a871ea165cbcc597011 (diff) | |
download | cpython-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/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 ----- |