Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cassandra/cluster.py: make asyncio default insted of asyncore
since python 3.12 is deprecating asyncore, we should make asyncio the default fallback event loop. now that it's fixed and we verified it's working in multiple python versions we support (from 3.8 - 3.12)
- Loading branch information