[Python-checkins] CVS: python/dist/src/Misc ACKS,1.125,1.126

Guido van Rossum gvanrossum@users.sourceforge.net
Thu, 18 Oct 2001 08:49:23 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv23792/Misc

Modified Files:
	ACKS 
Log Message:
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.


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.125
retrieving revision 1.126
diff -C2 -d -r1.125 -r1.126
*** ACKS	2001/10/17 06:45:56	1.125
--- ACKS	2001/10/18 15:49:21	1.126
***************
*** 338,341 ****
--- 338,342 ----
  Bernhard Reiter
  Steven Reiz
+ Roeland Rengelink
  Jan Pieter Riegel
  Armin Rigo