https://github.com/hyde/j2includebug
https://github.com/hyde/j2includebug
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyde/j2includebug
- Owner: hyde
- Created: 2013-06-10T15:56:03.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-10T15:56:33.000Z (almost 13 years ago)
- Last Synced: 2025-01-09T05:15:02.686Z (over 1 year ago)
- Language: Python
- Size: 102 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This demonstrates how mitsuhiko/jinja2#84 breaks certain includes.
Working
=======
```
mkvirtualenv j26
pip install jinja2==2.6
python gen.py
```
Output:
```
A
A, A, A
B
B, B, B
C
C, C, C
```
Breaking
========
```
mkvirtualenv j27
pip install jinja2==2.7
python gen.py
```
Error:
```
...
RuntimeError: maximum recursion depth exceeded while calling a Python object
```