diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-04-16 12:07:30 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-04-16 12:07:30 (GMT) |
commit | febecd82762477728ae98580b912ab17981770ff (patch) | |
tree | 36fcb86be53e34774948c492dc1b0930d14aa2f2 /Misc/NEWS | |
parent | cfa72789c4c38620f05170694ebc21bb61837155 (diff) | |
download | cpython-febecd82762477728ae98580b912ab17981770ff.zip cpython-febecd82762477728ae98580b912ab17981770ff.tar.gz cpython-febecd82762477728ae98580b912ab17981770ff.tar.bz2 |
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.
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -927,6 +927,8 @@ Library 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 |