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: yield_arg missing from symbol.sym_name
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: jleedev, python-dev
Priority: normal Keywords:

Created on 2013-02-05 15:08 by jleedev, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg181440 - (view) Author: Josh Lee (jleedev) Date: 2013-02-05 15:08
>>> symbol.sym_name[337]
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
KeyError: 337

It should be 'yield_arg'.
msg181441 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-02-05 15:14
New changeset 23850c3899e8 by Benjamin Peterson in branch '3.3':
update symbol.py for yield from grammar changes (closes #17132)
http://hg.python.org/cpython/rev/23850c3899e8

New changeset 0fcd975765a7 by Benjamin Peterson in branch 'default':
merge 3.3 (#17132)
http://hg.python.org/cpython/rev/0fcd975765a7
History
Date User Action Args
2022-04-11 14:57:41adminsetgithub: 61334
2013-02-05 15:14:15python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg181441

resolution: fixed
stage: resolved
2013-02-05 15:08:33jleedevcreate