]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15812: inspect.getframeinfo() now correctly shows the first line of a context
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 2 Jan 2017 03:57:43 +0000 (06:57 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 2 Jan 2017 03:57:43 +0000 (06:57 +0300)
commitff0e3b7a54673791bb724be9679c85a4feb7468c
tree49262a5fc0179eeae9a8abd85e24ccf02a382912
parent4950ae14916e340e5274ce0b8277aec9006bd035
Issue #15812: inspect.getframeinfo() now correctly shows the first line of a context

Patch by Sam Breese.
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS