Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix import for recent Python3 versions #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lestercheung
Copy link

_dummy_thread have been removed in Python 3.8 - so we try importing _thread first.

Tested with Python 3.11.4.

Fixes: #12

_dummy_thread have been removed in Python 3.8 - so we try importing
_thread first.

Tested with Python 3.11.4.

Fixes: atmb4u#12
We could probably clean up the imports and drop Python 2 support.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cashier does not work with python 3.10
1 participant