From: doko@ubuntu.com Date: Sat, 9 Aug 2014 20:43:02 +0000 (+0200) Subject: - Issue #22176: Update the ctypes module's libffi to v3.1. This release X-Git-Tag: v3.5.0a1~1095 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e15d7a3cc1e02783472a1d62eb86df0837b7ef1;p=thirdparty%2FPython%2Fcpython.git - 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. --- 9e15d7a3cc1e02783472a1d62eb86df0837b7ef1 diff --cc Misc/NEWS index 3e5f01bb89c1,c0bc433ff80f..f43ee98156b1 --- a/Misc/NEWS +++ 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.