diff options
author | Guido van Rossum <guido@python.org> | 2001-10-18 15:49:21 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-10-18 15:49:21 (GMT) |
commit | f76de62f7d48a25d5f67357ae7b2f487904a5fcc (patch) | |
tree | fbdeb2efbe6d67caa25a5cb03163af7b573f29b5 /Misc | |
parent | b7da67a873595f022c890783856f7ee764a00c3a (diff) | |
download | cpython-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/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -337,6 +337,7 @@ Sean Reifschneider Michael P. Reilly Bernhard Reiter Steven Reiz +Roeland Rengelink Jan Pieter Riegel Armin Rigo Nicholas Riley |