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 if asyncore not available
since python 3.12 is deprecating asyncore, we should make asyncio the default fallback event loop when asyncore isn't available asyncio now that it's fixed and we verified it's working (passing the integration suite) in multiple python versions we support (from 3.8 - 3.12)
- Loading branch information