Skip to content

QUEUE_ABOVE_PY_37 is Always False due to a Typo #4

@ender-s

Description

@ender-s

In ThreadPoolExecutorPlus/thread.py, there is the following assignment for the variable QUEUE_ABOVE_PY_37:
QUEUE_ABOVE_PY_37 = True if 'SipleQueue' in dir(queue) else False

Since there is no "SipleQueue" in the queue module, this expression always evaluates to False.

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