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 belopolsky, jcea, nikratio, pconnell, xdegaye
Date 2014-07-09.14:45:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404917155.65.0.475376603595.issue17277@psf.upfronthosting.co.za>
In-reply-to
Content
The previous patch changed a field in the PyThreadState structure. This new patch is simpler and does not prevent to change f_lineno when it is not the attribute of the frame being traced. The new patch fixes also issue 7238, issue 16482 and issue 17697.
History
Date User Action Args
2014-07-09 14:45:55xdegayesetrecipients: + xdegaye, jcea, belopolsky, nikratio, pconnell
2014-07-09 14:45:55xdegayesetmessageid: <1404917155.65.0.475376603595.issue17277@psf.upfronthosting.co.za>
2014-07-09 14:45:55xdegayelinkissue17277 messages
2014-07-09 14:45:55xdegayecreate