Files
cpython/Include
Brett Cannon 1e534b5425 Fix a crasher where Python code managed to infinitely recurse in C code without
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.
2007-09-07 04:18:30 +00:00
..
2006-02-15 17:27:45 +00:00
2003-04-08 18:47:21 +00:00
2006-02-27 22:32:47 +00:00
2002-08-12 07:21:58 +00:00
2006-02-15 17:27:45 +00:00
2006-02-15 17:27:45 +00:00
2002-08-12 07:21:58 +00:00
2006-02-15 17:27:45 +00:00