commit | c7605f21ae5c5b9e695c8a2346bc21357a84c6b3 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Apr 17 21:12:33 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Apr 17 21:12:33 2006 +0000 |
tree | d4b71e7b27be31adbb9f1d059df274aaa1e645bf | |
parent | ab1d245871466b308ef9d015702a77b8262759c4 [diff] |
local.__del__(): This didn't actually do anything, because of too much convolution <0.5 wink>. Simplified to the point that it works, and test_threading_local no longer reports leaks under -R. Thanks to Thomas Wouters for initial analysis.