This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_lib2to3 leaks
Type: resource usage Stage: needs patch
Components: 2to3 (2.x to 3.x conversion tool), Tests Versions: Python 3.1
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: benjamin.peterson Nosy List: benjamin.peterson, pitrou, sandro.tosi
Priority: normal Keywords:

Created on 2010-11-06 11:49 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg120609 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-11-06 11:49
This is only on 3.1:

$ ./python -m test.regrtest -R 3:3 test_lib2to3
test_lib2to3
beginning 6 repetitions
123456
No handlers could be found for logger "RefactoringTool"
......
test_lib2to3 leaked [32, 32, 32] references, sum=96
msg132958 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2011-04-04 18:57
closing like issue10023
History
Date User Action Args
2022-04-11 14:57:08adminsetgithub: 54548
2011-04-04 18:57:35sandro.tosisetstatus: open -> closed

nosy: + sandro.tosi
messages: + msg132958

resolution: out of date
2010-11-06 11:49:32pitroucreate