Re: [Twisted-Python] Twisted 17.5 vs txkube

2017-09-21 Thread Craig Rodrigues
I submitted one pull request, based on Amber's previous patch: https://github.com/LeastAuthority/txkube/pull/150 that brings the test failures down to only 1 failed test with Twisted 17.5.0 on Python 2.7. For the last failing test, it looks like It looks like changes which went into Twisted

Re: [Twisted-Python] verilog simulation calling out to twisted

2017-09-21 Thread Bryan Murdock
On Thu, Sep 21, 2017 at 4:07 AM, ex vito wrote: > On 2017-09-20, at 22:33, Bryan Murdock wrote: > > Welcome to the club! :) Thanks! >> Now I have a crazy idea. I'd like that Python code that my Verilog >> calls out to to use twisted. OK, actually

Re: [Twisted-Python] Changing procmon.ProcessMonitor.processes

2017-09-21 Thread ex vito
On 2017-09-21, at 2:13, Moshe Zadka wrote: > OK I opened a ticket with a plan, after discussing with Mark Williams. > > 1. Make a custom class that implements the Sequence ABC and pretends to be > sized the old size. > 2. Internally all access will be moved to attributes