summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-04-18 20:54:08 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-04-18 20:54:08 (GMT)
commitae937c021dfd3a2898c85212782457740c7ab6ab (patch)
tree6a081251f0deaa68818924a8e5f9069a1c55cbaa /Misc
parent332424777f4bf213b1db1b7dcfa592d2fe5ae772 (diff)
downloadcpython-ae937c021dfd3a2898c85212782457740c7ab6ab.zip
cpython-ae937c021dfd3a2898c85212782457740c7ab6ab.tar.gz
cpython-ae937c021dfd3a2898c85212782457740c7ab6ab.tar.bz2
Merged revisions 71722 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71722 | benjamin.peterson | 2009-04-18 15:12:47 -0500 (Sat, 18 Apr 2009) | 1 line try to initalize all builtin types with PyType_Ready to avoid problems like #5787 ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e230d82..d7ee7b3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,9 @@ Core and Builtins
from Python/dtoa.c. As a consequence, (e.g.) round(x, 2) now
consistently agrees with format(x, '.2f').
+- Issue #5787: object.__getattribute__(some_type, "__bases__") segfaulted on
+ some builtin types.
+
- Issue #5772: format(1e100, '<') produces '1e+100', not '1.0e+100'.
- Issue #5515: str.format() type 'n' combined with commas and leading