]> granicus.if.org Git - python/commit
Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing of genera...
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 23 Jun 2012 09:52:05 +0000 (19:52 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 23 Jun 2012 09:52:05 +0000 (19:52 +1000)
commit04e2e3f2310964bb353cc85e4ebedf2391109118
tree9fa80195784e0db02237898ebc272c5d23971a69
parent766e62266e72d7586e8cbf74213a3935a974ef14
Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing of generator state updates
Doc/library/inspect.rst
Doc/whatsnew/3.3.rst
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS