[Twisted-Python] Weekly Bug Summary

2020-09-12 Thread trac
Bug summary __ Summary for 2020-09-06 through 2020-09-13 Opened Closed Total Change Enhancements: 2 1 1444 +1 Defects: 1 0985 +1 Tasks: 0 1 9

Re: [Twisted-Python] doWrite on twisted.internet.tcp.Port

2020-09-12 Thread chris
Hi Jean-Paul, Thank you very much for the detailed answer. And my appologies for not providing OS details; I’ve tested on CentOS and RedHat EL variants, not FreeBSD as the ticket discussed. Looks like Red Hat (EL 7.6) is using epoll reactor, and the Windows side is using the select reactor

Re: [Twisted-Python] Pycodestyle disabled in trunk, time to enable black?

2020-09-12 Thread Tom Most
On Mon, Aug 31, 2020, at 10:06 AM, Craig Rodrigues wrote: > In this PR: > https://github.com/twisted/twisted/pull/1365 > > pycodestyle was disabled in trunk in order to make it easier to merge changes > and not have pycodestyle error out, due to the code not meeting existing > Twisted style guide