]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix warnings during final GC of the test suite in python 3.4a1.
authorBen Darnell <ben@bendarnell.com>
Sun, 8 Sep 2013 18:02:21 +0000 (14:02 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 8 Sep 2013 18:02:21 +0000 (14:02 -0400)
commit8bd3ef08805e680d4a42835d0e9a3a26594584c2
tree55688f1ab763b7c7b3ba6aac1f3d9ae1067a46bf
parent51c9796b10b8b141454f8fe4d080e76962a9ad57
Fix warnings during final GC of the test suite in python 3.4a1.

3.4 can GC things that were uncollectable before, like abandoned generators.
It also seems generates ResourceWarnings for unclosed files in places
where older versions did not.
tornado/test/httpclient_test.py
tornado/test/simple_httpclient_test.py
tornado/test/stack_context_test.py