]> git.ipfire.org Git - thirdparty/tornado.git/commit
Use weakrefs instead of __del__ in reference cycle test.
authorBen Darnell <ben@bendarnell.com>
Sun, 28 Apr 2013 22:17:15 +0000 (18:17 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 28 Apr 2013 22:17:15 +0000 (18:17 -0400)
commit9b28d6051272dac211eac7d9c2b2eeae3d98e936
tree9794303cbc063c0085396b5f5e75bbff21fb4d4d
parent572a400a1da55c3ea48451f12449c367491ca147
Use weakrefs instead of __del__ in reference cycle test.

This avoids an awkward and otherwise meaningless use of Task(None).
tornado/test/gen_test.py