[Python-checkins] CVS: python/dist/src/Lib/test/output test_weakref,NONE,1.1

Fred L. Drake fdrake@users.sourceforge.net
Wed, 31 Jan 2001 21:25:29 -0800


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv17385/Lib/test/output

Added Files:
	test_weakref 
Log Message:

PEP 205, Weak References -- initial checkin.


--- NEW FILE: test_weakref ---
test_weakref
Basic Weak References
-- Liveness and referent identity
-- Reference objects with callbacks
-- Proxy objects with callbacks
-- Re-use of weak reference objects
     reference objects
     proxy objects
clearing ref 2
clearing ref 1
clearing ref 2
clearing ref 1

Weak Valued Dictionaries
objects are stored in weak dict
weak dict test complete

Non-callable Proxy References
XXX -- tests not written!

Callable Proxy References