E&S CVS Commit: PEAK - Killed off remaining weakref binding facilities. We now only use weakrefs

pje@eby-sarna.com pje@eby-sarna.com
Fri Aug 2 19:26:00 2002


Module Name:	PEAK
Committed By:	pje
Date:		Fri Aug  2 23:25:40 UTC 2002

Modified Files:
	PEAK/src/peak/binding: components.py once.py
	PEAK/src/peak/binding/tests: __init__.py

Log Message:
Killed off remaining weakref binding facilities.  We now only use weakrefs
in caches, and even then only via WeakKeyDictionary and
WeakValueDictionary.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/binding/components.py.diff?r1=1.36&r2=1.37
http://cvs.eby-sarna.com/PEAK/src/peak/binding/once.py.diff?r1=1.12&r2=1.13
http://cvs.eby-sarna.com/PEAK/src/peak/binding/tests/__init__.py.diff?r1=1.13&r2=1.14

To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 PEAK/src/peak/binding/components.py
cvs rdiff -r1.12 -r1.13 PEAK/src/peak/binding/once.py
cvs rdiff -r1.13 -r1.14 PEAK/src/peak/binding/tests/__init__.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.