This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: 3.2 on AIX - Unexpected text ',' encountered.
Type: compile error Stage:
Components: Build Versions: Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, nascheme, sable, srid
Priority: normal Keywords:

Created on 2010-10-28 19:44 by srid, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg119809 - (view) Author: Sridhar Ratnakumar (srid) Date: 2010-10-28 19:44
"Parser/tokenizer.h", line 18.17: 1506-275 (S) Unexpected text ',' encountered.

http://svn.python.org/view/python/branches/py3k/Parser/tokenizer.h?annotate=76232#l16

Extra comma in the following line:

  STATE_NORMAL, /* have a codec associated with input */

Introduced by neil.schem in r58226
msg119853 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-10-29 04:54
Fixed in r85907.
History
Date User Action Args
2022-04-11 14:57:08adminsetgithub: 54431
2010-10-29 04:54:29georg.brandlsetstatus: open -> closed

nosy: + georg.brandl
messages: + msg119853

resolution: fixed
2010-10-28 23:36:12pitrousetnosy: + sable
2010-10-28 19:44:13sridcreate