[New-bugs-announce] [issue15153] Add inspect.getgeneratorlocals

Nick Coghlan report at bugs.python.org
Sat Jun 23 11:19:50 CEST 2012


New submission from Nick Coghlan <ncoghlan at gmail.com>:

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.python.org>
<http://bugs.python.org/issue15153>
_______________________________________


More information about the New-bugs-announce mailing list