]> granicus.if.org Git - python/commit
local.__del__(): This didn't actually do anything, because of too
authorTim Peters <tim.peters@gmail.com>
Mon, 17 Apr 2006 21:12:33 +0000 (21:12 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 17 Apr 2006 21:12:33 +0000 (21:12 +0000)
commitc7605f21ae5c5b9e695c8a2346bc21357a84c6b3
treed4b71e7b27be31adbb9f1d059df274aaa1e645bf
parentab1d245871466b308ef9d015702a77b8262759c4
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.
Lib/_threading_local.py
Misc/NEWS