Re: Python 3: Odd failure to print unhandled error tb

Glyph <[email protected]>
Newsgroups gmane.comp.python.twisted
Message-ID <[email protected]>

> On May 30, 2018, at 10:04 PM, Jason Litzinger <[email protected]> wrote:
> 
> Any thoughts on why no traceback is printed for case 1?  Is it even
> worth worrying about?

My guess is that since `d` is at the global scope, it doesn't get garbage collected until some unfortunately late phase in the interpreter tear-down where maybe stderr isn't even available any more.

I'd definitely ignore this case for now and fix the others, which are much more serious, and tractable to fix ;).

-g

_______________________________________________
Twisted-Python mailing list
[email protected]
https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.