]> git.ipfire.org Git - thirdparty/tornado.git/commit
AsyncHTTPTestCase no longer closes AsyncHTTPClients on the global IOLoop.
authorBen Darnell <ben@bendarnell.com>
Tue, 30 Oct 2012 05:33:54 +0000 (22:33 -0700)
committerBen Darnell <ben@bendarnell.com>
Tue, 30 Oct 2012 05:33:54 +0000 (22:33 -0700)
commit81475d5172fbb875ac6ed9cfd4e333f7c04c5497
tree7ae94f40e3060d08ca79350dff841bf184d7f063
parent317508b7b538aca59a883809456e98e3dbd237e6
AsyncHTTPTestCase no longer closes AsyncHTTPClients on the global IOLoop.

Code that uses the global IOLoop may retain a global reference to
an AsyncHTTPClient as well, which would become inoperable after a test
had closed it.
tornado/testing.py
website/sphinx/releases/next.rst