This commit is contained in:
Serhiy Storchaka 2020-12-16 17:18:51 +02:00
parent 8d3a7a2422
commit 364d0d20f9
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ validate_constant(struct validator *state, PyObject *value)
}
Py_DECREF(it);
++state->recursion_depth;
--state->recursion_depth;
return 1;
}