[Twisted-Python] serializing inline callbacks

Dustin J. Mitchell dustin at v.igoro.us
Tue Feb 18 08:34:18 MST 2014


True, I only mean that

    def A(self):
        ...
        tmp = yield subprocess(args)
        ...
        self.B()

leaves the deferred from B totally unhandled, which is nearly always a
bad thing.

Dustin




More information about the Twisted-Python mailing list