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

fix memory leak in import_from #74035

Closed
zhangyangyu opened this issue Mar 18, 2017 · 2 comments
Closed

fix memory leak in import_from #74035

zhangyangyu opened this issue Mar 18, 2017 · 2 comments
Labels
3.7 (EOL) end of life

Comments

@zhangyangyu
Copy link
Member

BPO 29849
Nosy @warsaw, @brettcannon, @zhangyangyu, @Carreau
PRs
  • bpo-29849: fix memory leak in import_from #712
  • 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 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']

    @zhangyangyu
    Copy link
    Member Author

    import_from suffer from memory leak since bpo-29546. Propose a PR to fix it. :-)

    @zhangyangyu zhangyangyu added the 3.7 (EOL) end of life label Mar 18, 2017
    @zhangyangyu zhangyangyu changed the title fix memory in import_from fix memory leak in import_from Mar 19, 2017
    @zhangyangyu
    Copy link
    Member Author

    New changeset 4830f58 by Xiang Zhang in branch 'master':
    bpo-29849: fix a memory leak in import_from (GH-712)
    4830f58

    @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
    3.7 (EOL) end of life
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant