]> git.ipfire.org Git - thirdparty/jinja.git/commit
Added basic support for async iter
authorArmin Ronacher <armin.ronacher@active-4.com>
Wed, 28 Dec 2016 16:08:21 +0000 (17:08 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Wed, 28 Dec 2016 16:08:21 +0000 (17:08 +0100)
commitaa188fd860a3b3f2169f0cd5dff8a9c5cc40f18c
treed579367402b8924d53d71be3aa9bb456f5ecc06c
parent3e6992f271ed6a9855e9a57b54f04d455e5c63b0
Added basic support for async iter
jinja2/asyncsupport.py
jinja2/compiler.py
tests/test_async.py