]> granicus.if.org Git - python/commitdiff
- Issue #22176: Update the ctypes module's libffi to v3.1. This release
authordoko@ubuntu.com <doko@ubuntu.com>
Sat, 9 Aug 2014 20:43:02 +0000 (22:43 +0200)
committerdoko@ubuntu.com <doko@ubuntu.com>
Sat, 9 Aug 2014 20:43:02 +0000 (22:43 +0200)
  adds support for the Linux AArch64 and POWERPC ELF ABIv2 little endian
  architectures.

1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 3e5f01bb89c1a54d440296fdf99ae6af73c8444a,c0bc433ff80f3cf8ce2233057cf33fb4e036dbf7..f43ee98156b1015df3b534f79d714d2ea342ca6f
+++ b/Misc/NEWS
@@@ -115,8 -27,6 +115,12 @@@ Core and Builtin
  Library
  -------
  
++- 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.
++
 +- Issue #5411: Added support for the "xztar" format in the shutil module.
 +
  - Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular
    when unpickling pickled sqlite3.Row).  sqlite3.Row is now initialized in the
    __new__() method.