Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yield_arg missing from symbol.sym_name #61334

Closed
jleedev mannequin opened this issue Feb 5, 2013 · 2 comments
Closed

yield_arg missing from symbol.sym_name #61334

jleedev mannequin opened this issue Feb 5, 2013 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@jleedev
Copy link
Mannequin

jleedev mannequin commented Feb 5, 2013

BPO 17132
Nosy @jleedev

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2013-02-05.15:14:15.908>
created_at = <Date 2013-02-05.15:08:33.151>
labels = ['library']
title = 'yield_arg missing from symbol.sym_name'
updated_at = <Date 2013-02-05.15:14:15.905>
user = 'https://github.com/jleedev'

bugs.python.org fields:

activity = <Date 2013-02-05.15:14:15.905>
actor = 'python-dev'
assignee = 'none'
closed = True
closed_date = <Date 2013-02-05.15:14:15.908>
closer = 'python-dev'
components = ['Library (Lib)']
creation = <Date 2013-02-05.15:08:33.151>
creator = 'jleedev'
dependencies = []
files = []
hgrepos = []
issue_num = 17132
keywords = []
message_count = 2.0
messages = ['181440', '181441']
nosy_count = 2.0
nosy_names = ['python-dev', 'jleedev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue17132'
versions = ['Python 3.3']

@jleedev
Copy link
Mannequin Author

jleedev mannequin commented Feb 5, 2013

>>> symbol.sym_name[337]
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
KeyError: 337

It should be 'yield_arg'.

@jleedev jleedev mannequin added the stdlib Python modules in the Lib dir label Feb 5, 2013
@python-dev
Copy link
Mannequin

python-dev mannequin commented Feb 5, 2013

New changeset 23850c3899e8 by Benjamin Peterson in branch '3.3':
update symbol.py for yield from grammar changes (closes bpo-17132)
http://hg.python.org/cpython/rev/23850c3899e8

New changeset 0fcd975765a7 by Benjamin Peterson in branch 'default':
merge 3.3 (bpo-17132)
http://hg.python.org/cpython/rev/0fcd975765a7

@python-dev python-dev mannequin closed this as completed Feb 5, 2013
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

0 participants