-
Notifications
You must be signed in to change notification settings - Fork 67
create(): add AttributeError to contextlib.suppress #1407
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
Conversation
|
Report bugs in Issues The following are automatically added:
Available user actions:
Supported labels
|
|
/cherry-pick v4.14 v4.13 |
|
Cherry-pick requested for PR: |
|
/verified |
|
Cherry-picked PR create(): add AttributeError to contextlib.suppress into v4.14 |
|
Cherry-picked PR create(): add AttributeError to contextlib.suppress into v4.13 |
In
create()function we suppressTimeoutExpiredErrorexceptions, we need alsoAttributeErrorsinceself.instancecan be None