Files
cpython/Include
Nick Coghlan aab9c2b2ea Issue #5765: Apply a hard recursion limit in the compiler
Previously, excessive nesting in expressions would blow the
stack and segfault the interpreter. Now, a hard limit based
on the configured recursion limit and a hardcoded scaling
factor is applied.
2012-11-04 23:14:34 +10:00
..
2011-10-15 16:38:20 +02:00
2012-09-29 14:21:25 +02:00
2012-04-15 15:12:37 +01:00