]> granicus.if.org Git - python/commit
Fix for SF bug #489671 (Neil Norwitz): memory leak in test_richcmp.
authorGuido van Rossum <guido@python.org>
Thu, 6 Dec 2001 21:28:18 +0000 (21:28 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Dec 2001 21:28:18 +0000 (21:28 +0000)
commit35974fbf31fd2e2a64fd13a6565f1478ed8cfa6e
tree297f96e39f954957b203d5ba2767252774dd5b43
parentffa260fb54a02cd3446159f627828fcf949ddb42
Fix for SF bug #489671 (Neil Norwitz): memory leak in test_richcmp.

Had nothing to do with rich comparisons -- some stack cleanup code was
lost as a result of merging in Neil Schemenauer's generators patch.
Reinserted the stack cleanup code, skipping it when yielding.
Python/ceval.c