17
01
2013
2013
gevent signal handlers are not collected
When you register a method to a signal with the excellent gevent library in Python, th e object the method is attached to will not be garbage-collected and thus will lead to a memory leak.
This is left here mainly for my own reference. Hopefully this little tidbit of information will help someone else after hours of googling around.