]> git.ipfire.org Git - thirdparty/jinja.git/commit
Do not use yield from for blocks with buffers. Fixes #645
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 8 Jan 2017 08:27:11 +0000 (09:27 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 8 Jan 2017 08:27:11 +0000 (09:27 +0100)
commit6f7fa5cdcdd1018f1ca7475145785acc26dd960e
tree8db85e7c3cf6c40bc6242b83b9ea09c5f3dbda71
parent8172db059d9952c29f299addf6cfaea3c0773166
Do not use yield from for blocks with buffers.  Fixes #645
CHANGES
jinja2/compiler.py
tests/test_regression.py