[Twisted-Python] Twisted: [twisted.internet.defer#critical] Unhandled error in Deferred:
![](https://secure.gravatar.com/avatar/cf223b7cf77583c0a2665bad01f84f11.jpg?s=120&d=mm&r=g)
Feb. 28, 2019
10:15 a.m.
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
2179
Age (days ago)
2179
Last active (days ago)
0 comments
1 participants
participants (1)
-
Scott, Barry