]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added PyOS_CheckStack call to PyObject_Compare
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 22 Aug 2000 21:52:51 +0000 (21:52 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 22 Aug 2000 21:52:51 +0000 (21:52 +0000)
commitd49cbe10603c1b84a408c47f15131c44edad2f32
tree784c017c4063adf148c50b9bdabb26cd373a6af6
parente979160f5eedeaeb69b74e8ad20d6d9f141ad337
Added PyOS_CheckStack call to PyObject_Compare
Lowered the recursion limit on compares to 60 (one recursion depth can
take a whopping 2K of stack space when running test_b1!)
Objects/object.c