Brett Cannon added the comment:

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?

----------
assignee: brett.cannon -> larry
priority: critical -> release blocker
stage: patch review -> commit review
Added file: http://bugs.python.org/file40287/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