On 4/2/06, Tim Peters <tim.peters at gmail.com> wrote: >> Does anyone else routinely use -R? If anyone does, do all the tests > pass for them? Yes and no. Every 12 hours, see Misc/build.sh For the latest results, see: http://docs.python.org/dev/results/make-test-refleak.out Several tests fail consistently with -R. These are the most recent from the link above: test_decimal test_difflib test_logging test_optparse test_warnings. It would be great if someone would figure out why these tests fail when running under -R and fix them. n