ghpqans

Results 5 comments of ghpqans

I stumbled over the issue again, now. It may be OK to use `setup_example` if all testcases of a testclass uses hypethesis. But what happens if some testcases need hypothesis,...

A strong indicator for some memory leak issue.

What are you using the `IntFlags`'s fields for with that original implementation for `auto`: ``` _auto_null = object() class auto: """ Instances are replaced with an appropriate value in Enum...

I understand that reconnection attempts make sense for unstable/unreliable connections. However, if it is clear beforehand that a reconnection will fail after the first connection failed, how to deal with...

The problem which triggered opening the issue was a blocking firewall. (Some background info: The firewall is normally configured to allow the port, but the configuration is regularly reset on...