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

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

Merged
merged 1 commit into from
Mar 12, 2020
Merged

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

merged 1 commit into from
Mar 12, 2020

Conversation

skrah
Copy link
Contributor

@skrah skrah commented Mar 12, 2020

  • When casting to _Bool, arrays should only contain zeros or ones.

https://bugs.python.org/issue39689

  - When casting to _Bool, arrays should only contain zeros or ones.
@bedevere-bot bedevere-bot added tests Tests in the Lib/test dir awaiting core review labels Mar 12, 2020
@skrah skrah changed the title bpo-39689: Do not test undefined casts to _Bool. bpo-39689: Do not test undefined casts to _Bool (GH-18964) Mar 12, 2020
@skrah skrah merged commit 1ae9cde into python:master Mar 12, 2020
@miss-islington
Copy link
Contributor

Thanks @skrah for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Thanks @skrah for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request 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]>
@bedevere-bot
Copy link

GH-18965 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request 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]>
@bedevere-bot
Copy link

GH-18966 is a backport of this pull request to the 3.8 branch.

skrah added a commit that referenced this pull request 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]>
skrah added a commit that referenced this pull request 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]>
@skrah skrah deleted the fsanitize_bool branch March 12, 2020 18:56
sthagen added a commit to sthagen/python-cpython that referenced this pull request Mar 12, 2020
bpo-39689: Do not test undefined casts to _Bool (pythonGH-18964)
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