Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch default behavior to block=True #271

Merged
merged 1 commit into from
Dec 4, 2022
Merged

Switch default behavior to block=True #271

merged 1 commit into from
Dec 4, 2022

Conversation

jsocol
Copy link
Owner

@jsocol jsocol commented Dec 4, 2022

Previous versions defaulted to block=False for the decorator, which was
surprising and lead to more than a few issues being filed. This change
reverses the default, setting block=True on the decorator. To opt into
the previous behavior, use block=False.

Fixes #269

Previous versions defaulted to block=False for the decorator, which was
surprising and lead to more than a few issues being filed. This change
reverses the default, setting block=True on the decorator. To opt into
the previous behavior, use block=False.

Fixes #269
@jsocol jsocol merged commit c84bf67 into main Dec 4, 2022
@jsocol jsocol deleted the default-to-block branch December 4, 2022 01:34
@jsocol jsocol added this to the 4.0 milestone Dec 4, 2022
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.

Change default value of block kwarg
1 participant