]> granicus.if.org Git - python/commit
#4547: When debugging a very large function, it was not always
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 1 Jun 2009 20:53:18 +0000 (20:53 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 1 Jun 2009 20:53:18 +0000 (20:53 +0000)
commitb02ceda3a52d1ce368cd7070a1ffce021cafc250
tree68c20c37bb374c75a8afadddfddb803fa90b3cd5
parent09daad9825c165f844d43eee8425ab14aaefb9a9
#4547: When debugging a very large function, it was not always
possible to update the lineno attribute of the current frame.
Lib/test/test_trace.py
Misc/NEWS
Objects/frameobject.c