mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-22 10:25:48 +00:00
When a recursive declaration ends up in a GDScript file the _guess_expression_type function would start looping and eventually run out of stack space. We now cap recusion for this function to 100 frames. This fixes #25598