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 brett.cannon
Recipients Arfrever, barry, berker.peksag, brett.cannon, eric.snow, josh.r, jwilk, larry, ncoghlan, njs, serhiy.storchaka, takluyver
Date 2015-08-23.17:01:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440349295.37.0.579743186018.issue24305@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-08-23 17:01:35brett.cannonsetrecipients: + brett.cannon, barry, ncoghlan, larry, jwilk, Arfrever, njs, eric.snow, takluyver, berker.peksag, serhiy.storchaka, josh.r
2015-08-23 17:01:35brett.cannonsetmessageid: <1440349295.37.0.579743186018.issue24305@psf.upfronthosting.co.za>
2015-08-23 17:01:35brett.cannonlinkissue24305 messages
2015-08-23 17:01:35brett.cannoncreate