[issue17094] sys._current_frames() reports too many/wrong stack frames

Antoine Pitrou report at bugs.python.org
Sun May 5 20:43:32 CEST 2013


Antoine Pitrou added the comment:

Here is an updated patch which doesn't hold the lock while calling PyThreadState_Clear(). It looks like it should be ok. Also, I've added some comments.

----------
Added file: http://bugs.python.org/file30137/tstates-afterfork2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17094>
_______________________________________


More information about the Python-bugs-list mailing list