Issue 17132: yield_arg missing from symbol.sym_name (original) (raw)
Issue17132
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 "", line 1, in KeyError: 337 It should be 'yield_arg'. | ||
msg181441 - (view) | Author: Roundup Robot (python-dev) ![]() |
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:41 | admin | set | github: 61334 |
2013-02-05 15:14:15 | python-dev | set | status: open -> closednosy: + python-devmessages: + resolution: fixedstage: resolved |
2013-02-05 15:08:33 | jleedev | create |