Skip to content

Conversation

@ulope
Copy link
Collaborator

@ulope ulope commented Jan 4, 2021

Description

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: #6683

…ll()`

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
@karlb karlb merged commit 16a70a0 into raiden-network:develop Jan 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Check if our custom gevent-joinall pylint rule is still necessary

2 participants