Gabor Szabo

Results 2 issues of Gabor Szabo

I noticed the Decimal type related functionality of the driver is not exported in this crate. For example the `bind_decimal` method is commented out: https://github.com/Metaswitch/cassandra-rs/blob/master/src/cassandra/statement.rs#L682 What is the reason behind...

enhancement
help wanted

### Bug description hello.py ```python # pylint: disable=missing-module-docstring eg = ExceptionGroup("Hello", [Exception("A"), Exception("B")]) for e in eg.exceptions: print(e) ``` ### Configuration _No response_ ### Command used ```shell pylint hello.py ```...

Astroid
python 3.11
Needs PR