Skip to content

QUEUE_ABOVE_PY_37 is Always False due to a Typo #4

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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