summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-10-18 15:49:21 (GMT)
committerGuido van Rossum <guido@python.org>2001-10-18 15:49:21 (GMT)
commitf76de62f7d48a25d5f67357ae7b2f487904a5fcc (patch)
treefbdeb2efbe6d67caa25a5cb03163af7b573f29b5 /Misc
parentb7da67a873595f022c890783856f7ee764a00c3a (diff)
downloadcpython-f76de62f7d48a25d5f67357ae7b2f487904a5fcc.zip
cpython-f76de62f7d48a25d5f67357ae7b2f487904a5fcc.tar.gz
cpython-f76de62f7d48a25d5f67357ae7b2f487904a5fcc.tar.bz2
Fix SF bug #472234: type(obj) calls type->tp_init (Roeland Rengelink)
The fix is a band-aid: type_call() now makes the same exception for a single-argument call to type() as type_new() was already making.
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 0ae72c3..e7400e9 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -337,6 +337,7 @@ Sean Reifschneider
Michael P. Reilly
Bernhard Reiter
Steven Reiz
+Roeland Rengelink
Jan Pieter Riegel
Armin Rigo
Nicholas Riley