cloud-ark / cloud-ark/caastle

Use Python concurrency mechanisms that will work with Python 2.7 and Python 3.3

Open
#34 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
26
Forks
7
PR merge metrics
No merged PRs in 30d

Description

We are using thread module to create worker threads. This module is available in 2.7.* versions of Python but not in 3.* versions.

a) In the short term -- check the default version of Python in install.sh and gracefully exit if it is not 2.7.*

b) In the long term -- use a mechanism that will work with Python 2.7.* as well as Python 3.*

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.