[Python-checkins] CVS: python/dist/src/Misc NEWS,1.337.2.4.2.15,1.337.2.4.2.16

Guido van Rossum gvanrossum@users.sourceforge.net
Fri, 05 Apr 2002 14:32:25 -0800


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

Modified Files:
      Tag: release22-maint
	NEWS 
Log Message:
Backport half a patch from the trunk.  This inherits tp_is_gc from a
base class.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.337.2.4.2.15
retrieving revision 1.337.2.4.2.16
diff -C2 -d -r1.337.2.4.2.15 -r1.337.2.4.2.16
*** NEWS	4 Apr 2002 19:43:47 -0000	1.337.2.4.2.15
--- NEWS	5 Apr 2002 22:32:23 -0000	1.337.2.4.2.16
***************
*** 17,20 ****
--- 17,24 ----
    to the content handler implementation.  [SF bug #535474]
  
+ C API
+ 
+ - PyType_Ready() accidentally did not inherit tp_is_gc; now it does.
+ 
  Windows