[Python-checkins] python/dist/src/Misc ACKS,1.182,1.183

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Tue, 18 Jun 2002 09:45:09 -0700


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

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


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.182
retrieving revision 1.183
diff -C2 -d -r1.182 -r1.183
*** ACKS	14 Jun 2002 21:31:18 -0000	1.182
--- ACKS	18 Jun 2002 16:44:57 -0000	1.183
***************
*** 337,340 ****
--- 337,341 ----
  Bill Noon
  Stefan Norberg
+ Tim Northover
  Joe Norton
  Neal Norwitz