]> granicus.if.org Git - python/commit
Avoid dumping core when PyErr_NormalizeException() is called without
authorGuido van Rossum <guido@python.org>
Mon, 7 Aug 2000 19:18:27 +0000 (19:18 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 7 Aug 2000 19:18:27 +0000 (19:18 +0000)
commited473a46fc06d3e707821e5b83fa7210239a492d
tree53b917cd95d06ad42e72c163a0d0b2910e6a98b5
parent18c2aa25a129fb6e38696b2b0fcabbb5af003a34
Avoid dumping core when PyErr_NormalizeException() is called without
an exception set.  This shouldn't happen, but we see it at times...
Python/errors.c