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-28.23:47:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
This bug also affects 2.7. The main problem I'm dealing with is "sys._current_frames will then return wrong stack frames for existing threads". One fix to just this would be to change how the dict is created, to keep newer threads rather than tossing them.

Alternatively, we could backport the 3.4 fix.

Thoughts?
History
Date User Action Args
2015-05-28 23:47:23Devin Jeanpierresetrecipients: + Devin Jeanpierre, pitrou, vstinner, Ringding, neologix, python-dev
2015-05-28 23:47:23Devin Jeanpierresetmessageid: <[email protected]>
2015-05-28 23:47:23Devin Jeanpierrelinkissue17094 messages
2015-05-28 23:47:23Devin Jeanpierrecreate