Am 23.07.2016 um 14:24 schrieb Christoph Zwerschke:
The problem is that we need to clean up using a destructor in that case. However, since there are circular references, destructors do not work. So we need to make some changes, like using weak references. I'll experiment with that idea later today.
Ok, this is fixed already in r880. Was a bit tricky since the underlying connection is a C object and weakrefs only work with Python objects. Please check and let me know if you have still any memory issues. -- Chris _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
