]> git.ipfire.org Git - thirdparty/jinja.git/commit
Fix loop context length calculation for iterators. Fixes #244 315/head
authorChristoph Reiter <reiter.christoph@gmail.com>
Sun, 30 Mar 2014 15:40:08 +0000 (17:40 +0200)
committerChristoph Reiter <reiter.christoph@gmail.com>
Sun, 30 Mar 2014 15:40:08 +0000 (17:40 +0200)
commit4eb30f1dec22a3f803d910477eead35271b771e0
tree3e189d018542a843779c9fabbf05985140507d7b
parent27ffd01f95cad7740497a32b22e4ef9d29762162
Fix loop context length calculation for iterators. Fixes #244

This resulted in wrong values for revindex and revindex0
while looping over an iterator.
jinja2/runtime.py
jinja2/testsuite/core_tags.py