You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments