]> granicus.if.org Git - python/commit
MacPython-OS9 has had an abort() function for quite a while now, so there's no reason...
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 24 Jan 2003 16:17:18 +0000 (16:17 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 24 Jan 2003 16:17:18 +0000 (16:17 +0000)
commita03827059021ee28a848b11ef2a857ef72b80194
tree2758b77b50b73b7f9e1c520ce7d6f7cc3fedff06
parent9363dca3f818fa046bdef5d8dbd73f2cbde42fb0
MacPython-OS9 has had an abort() function for quite a while now, so there's no reason to stall in an endless loop, just call abort() on a fatal error.
Python/pythonrun.c