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
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = None closed_at = <Date 2017-03-21.03:14:44.292> created_at = <Date 2017-03-18.18:59:55.940> labels = ['3.7'] title = 'fix memory leak in import_from' updated_at = <Date 2017-03-24.20:17:41.322> user = 'https://github.com/zhangyangyu'
bugs.python.org fields:
activity = <Date 2017-03-24.20:17:41.322> actor = 'xiang.zhang' assignee = 'none' closed = True closed_date = <Date 2017-03-21.03:14:44.292> closer = 'xiang.zhang' components = [] creation = <Date 2017-03-18.18:59:55.940> creator = 'xiang.zhang' dependencies = [] files = [] hgrepos = [] issue_num = 29849 keywords = [] message_count = 2.0 messages = ['289825', '290128'] nosy_count = 4.0 nosy_names = ['barry', 'brett.cannon', 'xiang.zhang', 'mbussonn'] pr_nums = ['712'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue29849' versions = ['Python 3.7']
The text was updated successfully, but these errors were encountered:
import_from suffer from memory leak since bpo-29546. Propose a PR to fix it. :-)
Sorry, something went wrong.
New changeset 4830f58 by Xiang Zhang in branch 'master': bpo-29849: fix a memory leak in import_from (GH-712) 4830f58
No branches or pull requests
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:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: