Re: [Twisted-Python] Python 3: Odd failure to print unhandled error tb

2018-05-30 Thread Jason Litzinger
> 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. Here be dragons. > > I'd definitely ignore this case for now and fix the others, which are

Re: [Twisted-Python] Python 3: Odd failure to print unhandled error tb

2018-05-30 Thread Glyph
> On May 30, 2018, at 10:04 PM, Jason Litzinger 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 tea