[Patches] [ python-Patches-472555 ] Remove trailing common in enumeration

noreply@sourceforge.net noreply@sourceforge.net
Thu, 18 Oct 2001 13:47:38 -0700


Patches item #472555, was opened at 2001-10-18 13:40
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=472555&group_id=5470

>Category: Build
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Tim Peters (tim_one)
Summary: Remove trailing common in enumeration

Initial Comment:
Trying to get Python-2.2a4 built on an AIX machine, the
xlc compiler didn't like the trailing comma for the
enumeration in Python/ceval.c, line 471. The following
trivial fix let the compiler continue. 

----------------------------------------------------------------------

>Comment By: Tim Peters (tim_one)
Date: 2001-10-18 13:47

Message:
Logged In: YES 
user_id=31435

No patch was attached, but I assume you mean the trailing 
comma after WHY_YIELD.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=472555&group_id=5470