Lines Matching +full:pypy +full:- +full:c
1 # -*- coding: utf-8 -*-
10 :copyright: (c) 2017 by the Jinja Team.
20 # on pypy we can take advantage of transparent proxies
106 return u'%s\n\n<!--\n%s\n-->' % (
108 self.render_as_text().decode('utf-8', 'replace')
123 """Standard python exc_info for re-raising"""
126 # we are on pypy or a python implementation with support for tproxy
215 cur_depth = local_overrides.get(name, (-1,))[0]
255 code = compile('\n' * (lineno - 1) + raise_helper, filename, 'exec')
265 location = 'top-level template code'
353 old.ob_refcnt -= 1