]> granicus.if.org Git - python/commit
If USE_STACKCHECK is defined use PyOS_CheckStack() in the repr and str
authorGuido van Rossum <guido@python.org>
Tue, 28 Apr 1998 16:06:54 +0000 (16:06 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 Apr 1998 16:06:54 +0000 (16:06 +0000)
commit9b00dfae752aa8f1e4c6d70469e50ec45fb057c3
tree98c8135e7ff24d22fdc22b2254343f8de0fef235
parentf2044e1a71015843f5e07fb2b5faeb6228af96e1
If USE_STACKCHECK is defined use PyOS_CheckStack() in the repr and str
routines. This catches a slightly different set of crashes than the
recursive-repr fix.
(Jack)
Objects/object.c