]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- add tests that exercise fixes for the PyWeakref_NewRef() and
authorFred Drake <fdrake@acm.org>
Tue, 3 Feb 2004 20:18:20 +0000 (20:18 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 3 Feb 2004 20:18:20 +0000 (20:18 +0000)
commit22714ffcb4d42b28df03a711a79e6a8880cd9444
tree1634156f6a6147342c7ac7a7055920e05c61453c
parenta7555f8413cd0feaa6c0cf3d453497fdb433bddb
- add tests that exercise fixes for the PyWeakref_NewRef() and
  PyWeakref_NewProxy() constructors from the C API
- elaborate the getweakrefcount() and getweakrefs() tests slightly,
  including additional checks pulled from the trunk
Lib/test/test_weakref.py