[Python-checkins] Python Regression Test Failures refleak (1)

Amaury Forgeot d'Arc amauryfa at gmail.com
Mon Sep 28 09:23:36 CEST 2009


Brett Cannon wrote:

> > test_threading leaked [48, 48, 48] references, sum=144
>
> Looks like the test_threading leak is the only serious one. Anyone
> have ideas on what is causing it?

Weakref support was added to thread.lock objects recently.
I remember someone suggesting that this could be the cause of the leak.

-- 
Amaury Forgeot d'Arc


More information about the Python-checkins mailing list