Twisted: [twisted.internet.defer#critical] Unhandled error in Deferred:

"Scott, Barry" <[email protected]> Thu, 28 Feb 2019 10:15:43 +0000
Newsgroups gmane.comp.python.twisted
Message-ID <48491933.SM6WFROj7y@barry-scott-desktop>
Is it intentional to trigger this message?

The reason I ask it it comes from defer.py DebugInfo.___del__().
I though that DebugInfo objects are only created
if defer.DebugInfo.debug == True.

But in Deferred._runCallbacks:701 its created without a check in the
debug flag.

The reason I have noticed is that during my app shutdown an
ftp.FTPClient object is deleted that I think is causing the ftp
connection to close and the connectionClosed event is not
handled.

Barry



_______________________________________________
Twisted-Python mailing list
[email protected]
https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python