]> granicus.if.org Git - python/commit
Change the control flow for error handling in the function prelude to
authorGuido van Rossum <guido@python.org>
Fri, 24 Jan 1997 04:19:24 +0000 (04:19 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 24 Jan 1997 04:19:24 +0000 (04:19 +0000)
commit8c5df06ec7f11e5a219cc1457de2a962ec6925c7
treec919396dce63ce71565d47fe7178cc9079399b29
parent43f1b8d6e4813f171d74c3c5e2c495e041afabef
Change the control flow for error handling in the function prelude to
jump to the "Kill locals" section at the end.  Add #ifdef macintosh
bandaid to make sure we call sigcheck() on the Mac.
Python/ceval.c