We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = None closed_at = <Date 2012-06-23.09:52:26.337> created_at = <Date 2012-06-23.09:19:49.656> labels = ['type-feature', 'library'] title = 'Add inspect.getgeneratorlocals' updated_at = <Date 2012-06-23.09:52:26.148> user = 'https://github.com/ncoghlan'
bugs.python.org fields:
activity = <Date 2012-06-23.09:52:26.148> actor = 'python-dev' assignee = 'none' closed = True closed_date = <Date 2012-06-23.09:52:26.337> closer = 'python-dev' components = ['Library (Lib)'] creation = <Date 2012-06-23.09:19:49.656> creator = 'ncoghlan' dependencies = [] files = [] hgrepos = [] issue_num = 15153 keywords = [] message_count = 3.0 messages = ['163560', '163561', '163567'] nosy_count = 2.0 nosy_names = ['ncoghlan', 'python-dev'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue15153' versions = ['Python 3.4']
The text was updated successfully, but these errors were encountered:
Extracted from bpo-13062, the proposal is add a simple API to inspect the local variables of a generator with an associated frame.
Sorry, something went wrong.
The intended use case is for whitebox testing of generator behaviour.
New changeset dd82a910eb07 by Nick Coghlan in branch 'default': Close bpo-15153: Added inspect.getgeneratorlocals to simplify whitebox testing of generator state updates http://hg.python.org/cpython/rev/dd82a910eb07
No branches or pull requests
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:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: