Skip to content

Loading and unloading pymport leaks memory #77

@mmomtchev

Description

@mmomtchev

Every time the pymport module is loaded and then unloaded, it leaks about 15Kb to 20Kb of memory.

The only way this can happen more than once is if the main thread never loads the module but repeatedly spawns worker_threads that load the module and then quit, allowing Node.js to unload the library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem rightwontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions