This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients Arfrever, Neil Muller, benjamin.peterson, brett.cannon, djc, georg.brandl, gvanrossum, ncoghlan, python-dev, rjordens, terry.reedy, vstinner
Date 2014-08-09.23:58:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407628698.82.0.63508504596.issue21591@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed reverting isn't necessary - main thing is to figure out what went wrong in the py test suite and come up with a new test case that covers it.

The reason I suspect it's the missing runtime check that's causing the py problem is because (as far as I am aware), Jinja2 generates AST constructs directly and compiles those, and thus may be relying on the runtime check. It's just a theory, though.
History
Date User Action Args
2014-08-09 23:58:19ncoghlansetrecipients: + ncoghlan, gvanrossum, brett.cannon, georg.brandl, terry.reedy, vstinner, benjamin.peterson, djc, Neil Muller, Arfrever, python-dev, rjordens
2014-08-09 23:58:18ncoghlansetmessageid: <1407628698.82.0.63508504596.issue21591@psf.upfronthosting.co.za>
2014-08-09 23:58:18ncoghlanlinkissue21591 messages
2014-08-09 23:58:18ncoghlancreate