Kaydet (Commit) 0d159086 authored tarafından Jack Jansen's avatar Jack Jansen

Added a missing } in the USE_STACKCHECK code.

üst 275abb3f
......@@ -570,6 +570,7 @@ SRE_MATCH(SRE_STATE* state, SRE_CODE* pattern, int level)
#if defined(USE_STACKCHECK)
if (level % 10 == 0 && PyOS_CheckStack()) {
return SRE_ERROR_RECURSION_LIMIT;
}
#endif
#if defined(USE_RECURSION_LIMIT)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment