]> granicus.if.org Git - python/commit
SF bug #494668: PUSH() should assert-fail on overflow.
authorTim Peters <tim.peters@gmail.com>
Wed, 19 Dec 2001 04:11:07 +0000 (04:11 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 19 Dec 2001 04:11:07 +0000 (04:11 +0000)
commitb6d14daa1c48d8938a140a671bcd17cb40cdd54d
tree9ba1ab3af516fb83c545a74d9acb741308ff64e5
parent81b61bdc1a0c73f843ec5c8321fda3b52541c8d8
SF bug #494668:  PUSH() should assert-fail on overflow.
eval_frame():  Added asserts to the top of the eval loop, to verify
that the eval stack pointer is in bounds, plus some comments.
Python/ceval.c