Nick Coghlan added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21591>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to