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

Memory leak in imp.find_module #49291

Closed
ocean-city mannequin opened this issue Jan 24, 2009 · 2 comments
Closed

Memory leak in imp.find_module #49291

ocean-city mannequin opened this issue Jan 24, 2009 · 2 comments
Labels
easy extension-modules C modules in the Modules dir performance Performance or resource usage

Comments

@ocean-city
Copy link
Mannequin

ocean-city mannequin commented Jan 24, 2009

BPO 5041
Files
  • py3k_memory_leak.patch
  • 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 2009-01-30.03:15:45.368>
    created_at = <Date 2009-01-24.14:31:51.461>
    labels = ['extension-modules', 'easy', 'performance']
    title = 'Memory leak in imp.find_module'
    updated_at = <Date 2009-01-30.03:15:45.317>
    user = 'https://bugs.python.org/ocean-city'

    bugs.python.org fields:

    activity = <Date 2009-01-30.03:15:45.317>
    actor = 'ocean-city'
    assignee = 'none'
    closed = True
    closed_date = <Date 2009-01-30.03:15:45.368>
    closer = 'ocean-city'
    components = ['Extension Modules']
    creation = <Date 2009-01-24.14:31:51.461>
    creator = 'ocean-city'
    dependencies = []
    files = ['12844']
    hgrepos = []
    issue_num = 5041
    keywords = ['patch', 'easy']
    message_count = 2.0
    messages = ['80452', '80809']
    nosy_count = 1.0
    nosy_names = ['ocean-city']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'resource usage'
    url = 'https://bugs.python.org/issue5041'
    versions = ['Python 3.0']

    @ocean-city
    Copy link
    Mannequin Author

    ocean-city mannequin commented Jan 24, 2009

    I found memory leak related to "es" on PyArg_ParseTuple.

    @ocean-city ocean-city mannequin added extension-modules C modules in the Modules dir easy performance Performance or resource usage labels Jan 24, 2009
    @ocean-city
    Copy link
    Mannequin Author

    ocean-city mannequin commented Jan 30, 2009

    Fixed in r69117(py3k).

    @ocean-city ocean-city mannequin closed this as completed Jan 30, 2009
    @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
    easy extension-modules C modules in the Modules dir performance Performance or resource usage
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants