commit | f76de62f7d48a25d5f67357ae7b2f487904a5fcc | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Oct 18 15:49:21 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Oct 18 15:49:21 2001 +0000 |
tree | fbdeb2efbe6d67caa25a5cb03163af7b573f29b5 | |
parent | b7da67a873595f022c890783856f7ee764a00c3a [diff] [blame] |
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.
diff --git a/Misc/ACKS b/Misc/ACKS index 0ae72c3..e7400e9 100644 --- a/Misc/ACKS +++ b/Misc/ACKS
@@ -337,6 +337,7 @@ Michael P. Reilly Bernhard Reiter Steven Reiz +Roeland Rengelink Jan Pieter Riegel Armin Rigo Nicholas Riley