Re: [Twisted-Python] http://twistedmatrix.com/ down?

2019-02-25 Thread Glyph
> On Feb 25, 2019, at 4:02 AM, Chris Withers wrote: > > Looks to be... > > Chris It seems like Mark Williams caught this and restarted the service shortly after this report, so it's mostly been fine since. This might be a good opportunity to mention that Twisted's infrastructure has very f

Re: [Twisted-Python] why can't a callback be called with a deferred?

2019-02-25 Thread Glyph
> On Feb 25, 2019, at 3:32 AM, Scott, Barry wrote: > > On Tuesday, 19 February 2019 11:00:57 GMT Chris Withers wrote: >> Hi All, >> >> There's this assert: >> >> https://github.com/twisted/twisted/blob/trunk/src/twisted/internet/defer.py# >> L459 >> >> ...and I'd like to understand why it's

[Twisted-Python] http://twistedmatrix.com/ down?

2019-02-25 Thread Chris Withers
Looks to be... Chris ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] why can't a callback be called with a deferred?

2019-02-25 Thread Scott, Barry
On Tuesday, 19 February 2019 11:00:57 GMT Chris Withers wrote: > Hi All, > > There's this assert: > > https://github.com/twisted/twisted/blob/trunk/src/twisted/internet/defer.py# > L459 > > ...and I'd like to understand why it's there. We hit this assert when porting from very old twisted to cu