Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyde/j2includebug
https://github.com/hyde/j2includebug
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyde/j2includebug
- Owner: hyde
- Created: 2013-06-10T15:56:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-10T15:56:33.000Z (over 11 years ago)
- Last Synced: 2024-03-25T22:07:21.161Z (8 months 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, AB
B, B, BC
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
```