New submission from Eric Snow <ericsnowcurren...@gmail.com>:

Looks like Parser/asdl_c.py did not get all the way updated when _Py_identifier 
switched over to _Py_IDENTIFER.  I've included a patch that fixes it (though 
it's relatively trivial).  With this fix I did not notice any further problems.

----------
components: Interpreter Core
files: asdl.diff
keywords: patch
messages: 146159
nosy: eric.snow, loewis
priority: normal
severity: normal
status: open
title: _Py_identifier should be _Py_IDENTIFER
type: compile error
versions: Python 3.3
Added file: http://bugs.python.org/file23493/asdl.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13243>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to