
report at bugs
Jun 23, 2012, 2:19 AM
Post #1 of 3
(27 views)
Permalink
|
|
[issue15153] Add inspect.getgeneratorlocals
|
|
New submission from Nick Coghlan <ncoghlan [at] gmail>: 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: open title: Add inspect.getgeneratorlocals type: enhancement versions: Python 3.4 _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue15153> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|