Re: [Twisted-Python] Strange recursion error with twisted.web

2021-03-16 Thread Glyph
> On Mar 16, 2021, at 4:20 AM, Peter Westlake wrote: > > On Sun, 14 Mar 2021, at 02:08, Glyph wrote: >> >> I did indeed have a half-finished experiment to fix this. The fix is now >> finished and in review here: >> https://twistedmatrix.com/trac/ticket/10125#comment:1 >>

Re: [Twisted-Python] automat question

2021-03-16 Thread Glyph
> On Mar 16, 2021, at 1:09 AM, Chris Withers wrote: > > > On 15/03/2021 09:34, Glyph wrote: >>> Right, but as best I can tell, outputs in automat have to be defined as >>> part of the state machine class, I need targets only available after class >>> instantiation to be notified. >> Outputs

Re: [Twisted-Python] Strange recursion error with twisted.web

2021-03-16 Thread Peter Westlake
On Sun, 14 Mar 2021, at 02:08, Glyph wrote: > > I did indeed have a half-finished experiment to fix this. The fix is now > finished and in review here: > https://twistedmatrix.com/trac/ticket/10125#comment:1 . > > If you could review it thoroughly enough, I could land it. Excellent, thank you

Re: [Twisted-Python] automat question

2021-03-16 Thread Chris Withers
On 15/03/2021 09:34, Glyph wrote: Right, but as best I can tell, outputs in automat have to be defined as part of the state machine class, I need targets only available after class instantiation to be notified. Outputs are just methods, so it sort of depends what you mean by "after class