Devin Jeanpierre added the comment:

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?

----------
nosy: +Devin Jeanpierre

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17094>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to