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

[3.7] bpo-39689: Do not test undefined casts to _Bool (GH-18964) #18965

Merged
merged 1 commit into from
Mar 12, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Mar 12, 2020

  • When casting to _Bool, arrays should only contain zeros or ones.
    (cherry picked from commit 1ae9cde)

Co-authored-by: Stefan Krah [email protected]

https://bugs.python.org/issue39689

- When casting to _Bool, arrays should only contain zeros or ones.
(cherry picked from commit 1ae9cde)

Co-authored-by: Stefan Krah <[email protected]>
@miss-islington
Copy link
Contributor Author

@skrah: Status check is done, and it's a success ✅ .

@skrah skrah merged commit 636eecb into python:3.7 Mar 12, 2020
@bedevere-bot
Copy link

@skrah: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington miss-islington deleted the backport-1ae9cde-3.7 branch March 12, 2020 18:55
@miss-islington
Copy link
Contributor Author

@skrah: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip issue skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants