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

Python 3.9 support (removal of _dummy_thread) #9

Closed
kevinvalk opened this issue Mar 15, 2021 · 1 comment
Closed

Python 3.9 support (removal of _dummy_thread) #9

kevinvalk opened this issue Mar 15, 2021 · 1 comment

Comments

@kevinvalk
Copy link

As described in https://bugs.python.org/issue37312, _dummy_thread and dummy_threading are removed in Python 3.9.

All packages using eight will fail to run on Python 3.9 (ModuleNotFoundError: No module named '_dummy_thread') because of importing _dummy_thread for rename as indicated

'dummy_thread': '_dummy_thread'}

A fix in this package would be greatly appreciated!

@kislyuk
Copy link
Owner

kislyuk commented Mar 16, 2021

Thank you for filing this issue and bringing this to my attention!

I have released a fix in v1.0.1 (the fix is to drop dummy_thread, since I doubt anyone uses it at this point). Please test and let me know if you encounter any other issues.

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

No branches or pull requests

2 participants