When my process ends, I get output to stderr that looks like:
Exception exceptions.TypeError: "'NoneType' object is not callable" in <function <lambda> at 0x5507d70> ignored
My understanding is that this is caused by exceptions being generated during garbage collection (del() ?) or the weakref callback which I know is being used in this application.
What are some methods for finding out where this is coming from ?