Commit c02c8f7
committed
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)1 parent e393ffa commit c02c8f7
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
147 | 150 | | |
148 | 151 | | |
149 | 152 | | |
| |||
0 commit comments