-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Acceptance of bool objects by complex() is not tested #102252
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
Labels
type-feature
A feature request or enhancement
Comments
Eclips4
added a commit
to Eclips4/cpython
that referenced
this issue
Feb 25, 2023
bool
objects by complex
object is not tested by test_bool.py
Since |
terryjreedy
pushed a commit
that referenced
this issue
Feb 25, 2023
Add tests for conversion from bool to complex.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 25, 2023
Add tests for conversion from bool to complex. (cherry picked from commit 4197043) Co-authored-by: Eclips4 <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 25, 2023
Add tests for conversion from bool to complex. (cherry picked from commit 4197043) Co-authored-by: Eclips4 <[email protected]>
miss-islington
added a commit
that referenced
this issue
Feb 25, 2023
Add tests for conversion from bool to complex. (cherry picked from commit 4197043) Co-authored-by: Eclips4 <[email protected]>
miss-islington
added a commit
that referenced
this issue
Feb 25, 2023
Add tests for conversion from bool to complex. (cherry picked from commit 4197043) Co-authored-by: Eclips4 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Such operations as
complex(False) == 0j
is not covered bytest_bool.py
Linked PRs
The text was updated successfully, but these errors were encountered: