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-29.00:20:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440807653.83.0.320196177864.issue24305@psf.upfronthosting.co.za>
In-reply-to
Content
I figured  out what was causing the threading/subprocess problems (something in frame->f_code->co-filename was NULL), so the attached patch covers Python, C, and adds a test (as well as cleaning up the test_warnings file structure since it was old-school spread out in Lib/test).

I don't think Larry wants this going into 3.5 based on his previous comments (period, not just 3.5.0). Is that true, Larry? If so, would you accept a 3.5.0 patch to fix the warnings in formatter and imp to a more accurate stacklevel?
History
Date User Action Args
2015-08-29 00:20:57brett.cannonsetrecipients: + brett.cannon, barry, ncoghlan, larry, jwilk, Arfrever, njs, eric.snow, takluyver, berker.peksag, serhiy.storchaka, josh.r
2015-08-29 00:20:53brett.cannonsetmessageid: <1440807653.83.0.320196177864.issue24305@psf.upfronthosting.co.za>
2015-08-29 00:20:53brett.cannonlinkissue24305 messages
2015-08-29 00:20:52brett.cannoncreate