Pablo Galindo Salgado <pablog...@gmail.com> added the comment:
This is a simpler reproducer: dest = sqlite.connect(':memory:') def md5sum(t): return dest.create_function("md5", 1, md5sum) x = dest("create table lang (name, first_appeared)") del md5sum, dest y = [x] y.append(y) del x,y gc.collect() ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue44304> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com