[Twisted-Python] doPoll timeout problems

2018-10-02 Thread Scott, Barry
We are seeing a problem with poll being called very often and think that the problem is in the timeout calculation. The code look like this: def doPoll(self, timeout): """Poll the poller for new events.""" if timeout is not None: timeout = int(timeout * 1000) # co

Re: [Twisted-Python] Twisted 18.9.0rc1 Release Candidate Announcement

2018-10-02 Thread Glyph
On Sep 28, 2018, at 3:43 AM, Amber Brown wrote: > > Hello everyone! It's time again for a Twisted release. It's not a huge one, > but it does have some important changes! Yay! > Twisted 18.9rc1 features: > > - Support for Python 3.7! Woohoo! > - Better support for Unicode handling in loggin