[issue2222] Memory leak in os.rename?

Hirokazu Yamamoto report at bugs.python.org
Mon Mar 3 18:21:21 CET 2008


Hirokazu Yamamoto added the comment:

I cannot write patch to use gc.set_debug(gc.DEBUG_LEAK),
so I tried regrtest.py -R :: instead. (This functionality is
not working now, so I tried after reverted r61098)

E:\python-dev\trunk\Lib\test>py regrtest.py -R :: test_os.py
test_os
beginning 9 repetitions
123456789
.........
test_os leaked [1, 1, 1, 1] references, sum=4
1 test OK.
[38282 refs]

Added file: http://bugs.python.org/file9593/test_os.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2222>
__________________________________


More information about the Python-bugs-list mailing list