summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-04-07 11:01:46 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-04-07 11:01:46 (GMT)
commit16ea548f6919e736bb2f5ba51f8e79d8e88b5aac (patch)
treebd65ec1440497e18dda81477f4a6768e13274c6d /Misc
parent65605f7a5f029636522c80015f9295b2ea2e8d68 (diff)
downloadcpython-16ea548f6919e736bb2f5ba51f8e79d8e88b5aac.zip
cpython-16ea548f6919e736bb2f5ba51f8e79d8e88b5aac.tar.gz
cpython-16ea548f6919e736bb2f5ba51f8e79d8e88b5aac.tar.bz2
Issue #8314: Fix unsigned long long bug in libffi on Sparc v8.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1334cdc..f3ba45b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -194,6 +194,8 @@ Library
Extension Modules
-----------------
+- Issue #8314: Fix unsigned long long bug in libffi on Sparc v8.
+
- Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument.
- Issue #8156: bsddb module updated to version 4.8.4.