mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
1e534b5425
ever going back out to Python code in PyObject_Call(). Required introducing a static RuntimeError instance so that normalizing an exception there is no reliance on a recursive call that would put the exception system over the recursion check itself.