Skip to content

Unclean teardown of multiprocessing pool with Python 3.8 #13

@himani1

Description

@himani1

Hi,
I am using mgzip.decompress() to decompress a byte string. Following is the warning that gets generated in the logs while using it:

File "/usr/lib/python3.8/multiprocessing/pool.py", line 265, in del
_warn(f"unclosed running multiprocessing pool {self!r}",
ResourceWarning: unclosed running multiprocessing pool <multiprocessing.pool.ThreadPool state=RUN pool_size=1>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions