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.
test_cmath
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
Right now old-style classes are long gone. But, test_cmath still tests for them and has an outdated comment about them being not fully supported:
cpython/Lib/test/test_cmath.py
Lines 258 to 265 in 365852a
I will send a PR with removal of old style classes, correct exception handling, and comment rewording.
The text was updated successfully, but these errors were encountered:
pythongh-98727: Remove old style classes from test_cmath
429a107
gh-98727: Remove old style classes from test_cmath (GH-98728)
6777e09
Closed in #98728. Thank you for the fix!
Sorry, something went wrong.
sobolevn
No branches or pull requests
Right now old-style classes are long gone. But,
test_cmath
still tests for them and has an outdated comment about them being not fully supported:cpython/Lib/test/test_cmath.py
Lines 258 to 265 in 365852a
I will send a PR with removal of old style classes, correct exception handling, and comment rewording.
The text was updated successfully, but these errors were encountered: