Merged revisions 79892 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79892 | martin.v.loewis | 2010-04-07 13:01:46 +0200 (mer., 07 avril 2010) | 2 lines
Issue #8314: Fix unsigned long long bug in libffi on Sparc v8.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 18d7ca9..c583fa3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -927,6 +927,8 @@
Extension Modules
-----------------
+- Issue #8314: Fix unsigned long long bug in libffi on Sparc v8.
+
- Issue #8300: When passing a non-integer argument to struct.pack with any
integer format code, struct.pack first attempts to convert the non-integer
using its __index__ method. If that method is non-existent or raises