Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_lib2to3 leaks under 3.1 #54232

Closed
pitrou opened this issue Oct 4, 2010 · 2 comments
Closed

test_lib2to3 leaks under 3.1 #54232

pitrou opened this issue Oct 4, 2010 · 2 comments
Labels
performance Performance or resource usage stdlib Python modules in the Lib dir tests Tests in the Lib/test dir

Comments

@pitrou
Copy link
Member

pitrou commented Oct 4, 2010

BPO 10023
Nosy @pitrou, @benjaminp, @sandrotosi

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2011-04-04.18:11:32.823>
created_at = <Date 2010-10-04.21:33:00.981>
labels = ['tests', 'library', 'performance']
title = 'test_lib2to3 leaks under 3.1'
updated_at = <Date 2011-04-04.18:11:32.821>
user = 'https://github.com/pitrou'

bugs.python.org fields:

activity = <Date 2011-04-04.18:11:32.821>
actor = 'sandro.tosi'
assignee = 'none'
closed = True
closed_date = <Date 2011-04-04.18:11:32.823>
closer = 'sandro.tosi'
components = ['Library (Lib)', 'Tests']
creation = <Date 2010-10-04.21:33:00.981>
creator = 'pitrou'
dependencies = []
files = []
hgrepos = []
issue_num = 10023
keywords = []
message_count = 2.0
messages = ['117983', '132957']
nosy_count = 3.0
nosy_names = ['pitrou', 'benjamin.peterson', 'sandro.tosi']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = 'resource usage'
url = 'https://bugs.python.org/issue10023'
versions = ['Python 3.1']

@pitrou
Copy link
Member Author

pitrou commented Oct 4, 2010

test_lib2to3
beginning 5 repetitions
12345
No handlers could be found for logger "RefactoringTool"
.....
test_lib2to3 leaked [32, 32] references, sum=64

@pitrou pitrou added stdlib Python modules in the Lib dir tests Tests in the Lib/test dir performance Performance or resource usage labels Oct 4, 2010
@sandrotosi
Copy link
Contributor

As discussed with Ezio on IRC, this doesn't apply anymore in 3.2 nor in 3.3, so we guess we can simply mark is already fixed in a later version.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance or resource usage stdlib Python modules in the Lib dir tests Tests in the Lib/test dir
Projects
None yet
Development

No branches or pull requests

2 participants