select is marginally faster than others, but has the limitation of not
allowing FD > 1024, so it is not a good default.
If people need performance, they will use wait_c anyway, which is based
on poll, and doesn't have the limitation.
- Fix `TypeInfo.fetch()` using a connection in `!sql_ascii` encoding
(:ticket:`#503`).
+- Fix "filedescriptor out of range" using a large number of files open
+ in Python implementation (:ticket:`#532`).
- Fix canceling running queries on process interruption in async connections
(:ticket:`#543`).
- Fix loading ROW values with different types in the same query using the