Brett Cannon added the comment:

Here is a patch that adds the C version of the frame skipping. Unfortunately it 
fails under test_threading, test_subprocess, test_multiprocessing_spawn. It's 
due to is_internal_frame() somehow although setting a breakpoint in gdb in that 
function never triggers. The return value is -11 from the interpreter and I 
don't remember what that represents.

----------
Added file: http://bugs.python.org/file40233/issue24305.diff

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

Reply via email to