]> granicus.if.org Git - python/commit
further testing indicates that the simplified version of the test
authorFred Drake <fdrake@acm.org>
Fri, 13 Feb 2004 19:21:57 +0000 (19:21 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 13 Feb 2004 19:21:57 +0000 (19:21 +0000)
commit55cf434735380ce51034c64722cf422457f891e0
treeb6bf6dff9556eecede9542076f951f8c234e41ca
parent7a6d297bda367b7f373feed70bef6926cb675580
further testing indicates that the simplified version of the test
(re-using an existing test object class) no longer triggered the
original segfault when the fix was backed out; restoring the local
test object class to make the test effective

the assignment of the ref created at the end does not affect the test,
since the segfault happended before weakref.ref() returned; removing
the assignment
Lib/test/test_weakref.py