Files
cpython/Python
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
..
2012-01-18 21:45:15 +01:00
2012-08-20 17:20:46 +02:00
2012-11-03 23:04:41 +02:00
2012-10-20 11:43:58 +10:00
2011-09-28 07:41:54 +02:00