[Python-checkins] CVS: python/dist/src PLAN.txt,1.13,1.14

Guido van Rossum gvanrossum@users.sourceforge.net
Wed, 10 Oct 2001 07:29:01 -0700


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

Modified Files:
	PLAN.txt 
Log Message:
Fred's done with weakrefs

Index: PLAN.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PLAN.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** PLAN.txt	2001/10/04 19:46:06	1.13
--- PLAN.txt	2001/10/10 14:28:58	1.14
***************
*** 13,18 ****
      update the tp_XXX slot in each derived class when the base class
      __XXX__ gets set or deleted.  More work, but more gain (zero waste
!     in slot_tp_XXX when __XXX__ is not overridden).  This is currently
!     awaiting Fred turning the weak ref API into a standard object API.
  
  Add __del__ handlers?
--- 13,17 ----
      update the tp_XXX slot in each derived class when the base class
      __XXX__ gets set or deleted.  More work, but more gain (zero waste
!     in slot_tp_XXX when __XXX__ is not overridden).
  
  Add __del__ handlers?