]> git.ipfire.org Git - thirdparty/tornado.git/commit
wsgi: Deprecate WSGIAdapter and WSGIApplication
authorBen Darnell <ben@bendarnell.com>
Sat, 5 May 2018 18:10:33 +0000 (14:10 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 5 May 2018 18:10:33 +0000 (14:10 -0400)
commitc574dbd73a2e444b55e7e102d96804b961f86110
treec565bbe969fc7b81e5e9653a4a4702171cef5e46
parentef9fd397fe8cc1c14c5b9a37faea2994180969da
wsgi: Deprecate WSGIAdapter and WSGIApplication

It's already kind of broken on Python 3 for multithreaded WSGI
containers, and it's going to be more difficult to maintain as we move
to native coroutines.

Updates #2371
tornado/test/wsgi_test.py
tornado/wsgi.py