Skip to content

Hangs when used with eventlet #9

@notok

Description

@notok

Hello,

I tried to use this module with eventlet.
But it hangs when calling mgzip.compress() after eventlet.monkey_patch().

When killing the process with SIGINT (Ctrl+C), many thread seems to be running (Over 50 threads).

Is this a known behavior?

Here's a minimized code to reproduce this.

import eventlet
eventlet.monkey_patch()

import mgzip

s = b"a big string..."
c = mgzip.compress(s)

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