]> granicus.if.org Git - python/commit
Add a regression test for SF bug #478536: If a value cannot be weakly
authorFred Drake <fdrake@acm.org>
Tue, 6 Nov 2001 16:38:34 +0000 (16:38 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 6 Nov 2001 16:38:34 +0000 (16:38 +0000)
commit752eda459ae8f61b08c898c5a857b2151856881b
treec67469020972a427bd3a85ff1a48199e0ed7589d
parent3bae7ddf8e63889b185235f85a6695bc05d59059
Add a regression test for SF bug #478536:  If a value cannot be weakly
referenced, WeakKeyDictionary.has_key() should return 0 instead of raising
TypeError.
Lib/test/test_weakref.py