You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove pylint rule to enforce sets as first argument to gevent.joinall()
In old versions of gevent passing the same greenlet multiple times to
`joinall()` caused a deadlock.
Therefore we implemented a custom pylint checker to only allow sets as
the first argument.
This bug is no longer present and therefore the checker has been removed.
Fixes: raiden-network#6683
0 commit comments