This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients akaptur, asvetlov, jcea, ned.deily, xdegaye
Date 2013-04-12.15:28:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The last patch proposed at issue 17277 and named traced_frame.patch
fixes also issue 17697, and issues 7238, 16482. IMHO one should remove
the assumption in PyFrame_GetLineNumber() that f_lineno is correct
when f_trace is not NULL, as there does not seem to be a way to remove
the local trace function of a generator frame. The traced_frame patch
does that.
History
Date User Action Args
2013-04-12 15:28:38xdegayesetrecipients: + xdegaye, jcea, ned.deily, asvetlov, akaptur
2013-04-12 15:28:37xdegayesetmessageid: <[email protected]>
2013-04-12 15:28:37xdegayelinkissue16482 messages
2013-04-12 15:28:37xdegayecreate