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 Devin Jeanpierre
Recipients Devin Jeanpierre, Ringding, neologix, pitrou, python-dev, vstinner
Date 2015-05-29.23:09:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432940954.1.0.473554985265.issue17094@psf.upfronthosting.co.za>
In-reply-to
Content
The patch I'm providing with this comment has a ... really hokey test case, and a two line + whitespace diff for pystate.c . The objective of the patch is only to have _current_frames report the correct frame for any live thread. It continues to report dead threads' frames, up until they would conflict with a live thread. IMO it's the minimal possible fix for this aspect of the bug, and suitable for 2.7.x. Let me know what you think.
History
Date User Action Args
2015-05-29 23:09:14Devin Jeanpierresetrecipients: + Devin Jeanpierre, pitrou, vstinner, Ringding, neologix, python-dev
2015-05-29 23:09:14Devin Jeanpierresetmessageid: <1432940954.1.0.473554985265.issue17094@psf.upfronthosting.co.za>
2015-05-29 23:09:14Devin Jeanpierrelinkissue17094 messages
2015-05-29 23:09:14Devin Jeanpierrecreate