Bartek Biernacki added the comment: I ran into similar problem with many getters timing out and staying in memory until some put is called.
I think this may be solved by using a callback on Future which would clean it if it was cancelled. I am presenting the idea on attached poc. If you think that this is a good idea I can provide a patch. ---------- nosy: +Bartek Biernacki Added file: http://bugs.python.org/file46710/poc.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26259> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com