summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-06-18 16:44:57 (GMT)
committerGuido van Rossum <guido@python.org>2002-06-18 16:44:57 (GMT)
commit63517577fdcd7c17072e1a612f6d91a35030d571 (patch)
tree14c35b3321d87938e5fafff30d32ad02b272c838 /Misc
parenta0b907581611d19c3b7741f15c59b873009036f4 (diff)
downloadcpython-63517577fdcd7c17072e1a612f6d91a35030d571.zip
cpython-63517577fdcd7c17072e1a612f6d91a35030d571.tar.gz
cpython-63517577fdcd7c17072e1a612f6d91a35030d571.tar.bz2
Patch from SF bug 570483 (Tim Northover).
In a fresh interpreter, type.mro(tuple) would segfault, because PyType_Ready() isn't called for tuple yet. To fix, call PyType_Ready(type) if type->tp_dict is NULL.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index c7da1b0..fb64941 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -336,6 +336,7 @@ Oscar Nierstrasz
Hrvoje Niksic
Bill Noon
Stefan Norberg
+Tim Northover
Joe Norton
Neal Norwitz
Jeffrey Ollie