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 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)
0 commit comments