[issue6644] cmathmodule.c: Extra comma in enum - fails on AIX

2009-08-04 Thread Mark Dickinson
Mark Dickinson added the comment: Thanks! Fixed in r74303, r74304, r74305, r74306. -- nosy: +marketdickinson resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker __

[issue6644] cmathmodule.c: Extra comma in enum - fails on AIX

2009-08-04 Thread Sridhar Ratnakumar
New submission from Sridhar Ratnakumar : Please the remove extra comma in Modules/cmathmodule.c 64 :eimes enum special_types { 65 :eimes ST_NINF,/* 0, negative infinity */ 66 :eimes ST_NEG, /* 1, negative finite nu