[issue15153] Add inspect.getgeneratorlocals

2012-06-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset dd82a910eb07 by Nick Coghlan in branch 'default': Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing of generator state updates http://hg.python.org/cpython/rev/dd82a910eb07 -- nosy: +python-dev resolution: -> fix

[issue15153] Add inspect.getgeneratorlocals

2012-06-23 Thread Nick Coghlan
Nick Coghlan added the comment: The intended use case is for whitebox testing of generator behaviour. -- ___ Python tracker ___ ___ P

[issue15153] Add inspect.getgeneratorlocals

2012-06-23 Thread Nick Coghlan
New submission from Nick Coghlan : Extracted from #13062, the proposal is add a simple API to inspect the local variables of a generator with an associated frame. -- components: Library (Lib) messages: 163560 nosy: ncoghlan priority: normal severity: normal stage: needs patch status: op