]> granicus.if.org Git - python/commit
Fix PR#7 comparisons of recursive objects
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 14 Apr 2000 19:13:24 +0000 (19:13 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 14 Apr 2000 19:13:24 +0000 (19:13 +0000)
commit4a3dd2dcc2fae12b6736822731848c557b80d0e3
tree14c6c5f32289f00d0328daff5a23ea50c06f23e0
parent0556501a810467fcb18f0a0f312b475dff27d20b
Fix PR#7 comparisons of recursive objects

Note that comparisons of deeply nested objects can still dump core in
extreme cases.
Include/object.h
Lib/test/test_b1.py
Objects/object.c
Python/pythonrun.c