[Python-checkins] python/dist/src/Python compile.c,2.250,2.251

Martin v. Löwis loewis@informatik.hu-berlin.de
07 Aug 2002 18:22:18 +0200


Guido van Rossum <guido@python.org> writes:

> > What is the guideline for when to use abort, and when to use
> > Py_FatalError?
> 
> You should always use Py_FatalError(), never abort().

Ok. I have now replaced the two remaining usages (in none_dealloc, and
regexpr) also.

Regards,
Martin