]> git.ipfire.org Git - thirdparty/jinja.git/commit
Support the same set of loop functions for async mode
authorArmin Ronacher <armin.ronacher@active-4.com>
Wed, 28 Dec 2016 20:49:00 +0000 (21:49 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Wed, 28 Dec 2016 20:49:00 +0000 (21:49 +0100)
commitacab87a436ec6c9d5d47588bc471a14f0acd90e6
tree9c8db709a239d740f0aeda319b7c5af520a7d039
parentefa5d3161d4c5b896e870901c6a0a0a16c602950
Support the same set of loop functions for async mode
jinja2/asyncsupport.py
jinja2/compiler.py
jinja2/environment.py
jinja2/runtime.py
tests/test_async.py