[Twisted-Python] log.callWithLogger not used - slows down reactor?

2020-06-02 Thread Barry Scott
I'm hunting down performance issue in our code and spotted this in passing. As far I can tell nothing seems to need callWithLogger. I ran our 6k+ tests with this patch applied and everything worked. Does anything in the twisted world need it? Barry diff --git a/src/twisted/internet/pollreactor.

Re: [Twisted-Python] Deprecate and remove t.internet.ssl.DistinguishedName ?

2020-06-02 Thread Glyph
> On May 29, 2020, at 11:16 PM, Wim Lewis wrote: > > I'm looking at a fix for bug > (Cannot load a PEM certificate with Unicode in subject). The underlying > problem is that the DistinguishedName class can't handle non-ascii AVAs. > The fix I've made