[Python-Dev] Minor issue with PyErr_NormalizeException

Barry Warsaw barry@python.org
01 Apr 2003 23:06:32 -0500


On Tue, 2003-04-01 at 22:03, Tim Peters wrote:
> [Eric Huss]
> 
> I agree the code doesn't make sense, but the comment doesn't either.  I'm in
> favor of replacing the guts of the
> 
>  	if (type == NULL) {
> 
> block with a call to Py_FatalError().

+1
-Barry