We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The BaseException.__suppress_context__ attribute is missing from the type definitions.
BaseException.__suppress_context__
See also PEP 415.
The text was updated successfully, but these errors were encountered:
Add missing BaseException.__suppress_context__ attribute (#2876)
afe6656
See also PEP 415: https://www.python.org/dev/peps/pep-0415/ Fixes #2875.
No branches or pull requests
The
BaseException.__suppress_context__
attribute is missing from the type definitions.See also PEP 415.
The text was updated successfully, but these errors were encountered: