Searched refs:reclimit (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Derrors.c109 int res = 0, reclimit; local
116 reclimit = Py_GetRecursionLimit();
117 if (reclimit < (1 << 30))
118 Py_SetRecursionLimit(reclimit + 5);
120 Py_SetRecursionLimit(reclimit);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Derrors.c109 int res = 0, reclimit; local
115 reclimit = Py_GetRecursionLimit();
116 Py_SetRecursionLimit(reclimit + 5);
118 Py_SetRecursionLimit(reclimit);

Completed in 29 milliseconds