]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix contextvars.Context propagation to first yield with native coroutines (#3176)
authorTimofey Kukushkin <tima@kukushkin.me>
Fri, 26 Aug 2022 19:05:22 +0000 (22:05 +0300)
committerGitHub <noreply@github.com>
Fri, 26 Aug 2022 19:05:22 +0000 (15:05 -0400)
commit217d57690eb00a86d9eeaee6fe6280fced683f60
tree4dbdd132f888cc786dd88bf1e599dc4a1b5cbec3
parent1a4c8e5437dfa60e3ad8ce6d91cd941b2bada7be
Fix contextvars.Context propagation to first yield with native coroutines (#3176)

* Fix contextvars.Context propagation to first yield with native coroutines
tornado/gen.py
tornado/test/gen_test.py