diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2014-08-09 20:36:35 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2014-08-09 20:36:35 (GMT) |
commit | 736a9133219ec75524d90a976d2e35c76d544b6e (patch) | |
tree | 90b62b7edfc8782a4d86df52316e43b3aceb42e7 /Misc | |
parent | 4f06d604c40f12a1d59e3bfda061f3dd7bce6e45 (diff) | |
download | cpython-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/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 ----- |