Antoine Pitrou <pit...@free.fr> added the comment: > That's odd. I didn't run the refcount tests because I was only adding > Python code.
That's not odd. A reference leak can indicate that some objects hang in memory permanently rather than being cleaned up after the test run. Looking at the code you added, DummyServer.messages will slowly accumulate more and more Python objects as the tests get run several times. (it's not necessarily the only cause of the refleak, though) ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9412> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com