[Python-Dev] [Python-checkins] Python Regression Test Failures refleak (1) (original) (raw)
Tim Peters tim.peters at gmail.com
Sun Apr 23 04:11:22 CEST 2006
- Previous message: [Python-Dev] Adding wsgiref
- Next message: [Python-Dev] [Python-checkins] Python Regression Test Failures refleak (1)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[19 Apr 2006, Neal Norwitz]
testcmdline leaked [0, 17, -17] references testfilecmp leaked [0, 13, 0] references testthreadinglocal leaked [-93, 0, 0] references testurllib2 leaked [-121, 88, 99] references
Thanks to Thomas digging into test_threading_local, I checked in what appeared to be a total leak fix for it last week. On my Windows box, it's steady as a rock now:
""" $ python_d -E -tt ../lib/test/regrtest.py -R:50: test_threading_local test_threading_local beginning 55 repetitions 1234567890123456789012345678901234567890123456789012345 ....................................................... 1 test OK. [27145 refs] """
Is it still flaky on other platforms?
If not, maybe the reported
test_threading_local leaked [-93, 0, 0] references
is due to stuff from a previous test getting cleaned up (later than expected/hoped)?
- Previous message: [Python-Dev] Adding wsgiref
- Next message: [Python-Dev] [Python-checkins] Python Regression Test Failures refleak (1)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]