diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-03-15 13:25:28 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2010-03-15 13:25:28 (GMT) |
commit | a8349756faf0979b9f2b3417624aa00979732079 (patch) | |
tree | a7fa826a4eafe0a51e801bf5db3e6eba0033ac96 /Misc/NEWS | |
parent | 4e0f8910bf4894727778b183b05e0c7306bb1ede (diff) | |
download | cpython-a8349756faf0979b9f2b3417624aa00979732079.zip cpython-a8349756faf0979b9f2b3417624aa00979732079.tar.gz cpython-a8349756faf0979b9f2b3417624aa00979732079.tar.bz2 |
Merged revisions 78968-78969 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78968 | matthias.klose | 2010-03-15 01:02:36 +0100 (Mon, 15 Mar 2010) | 226 lines
- Issue #8142: Update libffi to the 3.0.9 release.
........
r78969 | matthias.klose | 2010-03-15 01:36:18 +0100 (Mon, 15 Mar 2010) | 7 lines
Backport from the libffi trunk:
2010-02-15 Matthias Klose <doko@ubuntu.com>
* src/arm/sysv.S (__ARM_ARCH__): Define for processor
__ARM_ARCH_7EM__.
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -781,6 +781,8 @@ Library Extension Modules ----------------- +- Issue #8142: Update libffi to the 3.0.9 release. + - Issue #6949: Allow the _dbm extension to be built with db 4.8.x. - Issue #6544: fix a reference leak in the kqueue implementation's error |