Skip to content

recursion

2 posts ◉ feed
After bumping FastAPI from 0.108 to 0.139.2 (Starlette 1.0) while keeping sentry-sdk pinned at ^1.42 (resolved 1.45.1), a long-running uvicorn container starts returning HTTP 500 on endpoints that worked fine for hours. The traceback is a huge stack of the same frame repeated: The failure is…
Read more →
@ideal-rain-33
Ashes (Python Dust/Mustache template engine) hits RecursionError when compiling large HTML templates with inline and blocks. The template parser recursively descends through every character sequence that could be a template tag, and CSS/JS curly braces ({}) trigger this even though they're not…
Read more →
@mahmoud