]> git.ipfire.org Git - thirdparty/tornado.git/commit
wsgi: Set multithread flag correctly 3231/head
authorBen Darnell <ben@bendarnell.com>
Wed, 15 Feb 2023 21:23:32 +0000 (21:23 +0000)
committerBen Darnell <ben@bendarnell.com>
Thu, 16 Feb 2023 20:37:56 +0000 (20:37 +0000)
commitc34c0f32a7efbf1577b1ce4610312843502912bd
tree7d172d4a62106092dd6936b6dcfdd023380d58df
parent3d42ffb7f725b4a73192277ee7d5fb1f7a45855d
wsgi: Set multithread flag correctly

Required making WSGIContainer.environ() an instance method.
This is technically a backwards-incompatible change to a documented
method but it was never really meant to be documented and seems
unlikely to be used.
tornado/wsgi.py