-
Notifications
You must be signed in to change notification settings - Fork 165
Closed
Description
It turns out that Python 3.11 removed the reuse_address
keyword parameter from its connection functions.
Thus, this make asyncssh fail on Python 3.11 - i.e. it breaks many test cases:
https://bugzilla.redhat.com/show_bug.cgi?id=2028064
See also:
So it seems that a simple fix is to remove all the reuse_address
keyword argument passing in asyncssh/connection.py
. AFAIU, the parameter isn't really usable in the last few Python releases, anyways, due to it yielding a ValueError, when set.
Metadata
Metadata
Assignees
Labels
No labels