| Index: Python/ceval.c |
| =================================================================== |
| --- Python/ceval.c (revision 66050) |
| +++ Python/ceval.c (working copy) |
| @@ -471,6 +471,7 @@ |
| return -1; |
| } |
| #endif |
| + _Py_CheckRecursionLimit = recursion_limit; |
| if (tstate->recursion_critical) |
| /* Somebody asked that we don't check for recursion. */ |
| return 0; |
| @@ -489,7 +490,6 @@ |
| where); |
| return -1; |
| } |
| - _Py_CheckRecursionLimit = recursion_limit; |
| return 0; |
| } |