Skip to content

Fix #2050: Fix __eq__ implementations#2067

Open
mdboom wants to merge 1 commit into
NVIDIA:mainfrom
mdboom:__eq__-overload
Open

Fix #2050: Fix __eq__ implementations#2067
mdboom wants to merge 1 commit into
NVIDIA:mainfrom
mdboom:__eq__-overload

Conversation

@mdboom
Copy link
Copy Markdown
Contributor

@mdboom mdboom commented May 12, 2026

This bug was found with the static type-checking in #2061.

__eq__ overrides have to handle /any/ type being passed into them, and should not blindly access members of what is passed in.

@github-actions github-actions Bot added the cuda.core Everything related to the cuda.core module label May 12, 2026
@github-actions
Copy link
Copy Markdown

@mdboom mdboom self-assigned this May 12, 2026
@mdboom mdboom added bug Something isn't working P0 High priority - Must do! labels May 12, 2026
@mdboom mdboom added this to the cuda.core next milestone May 12, 2026
@mdboom mdboom requested a review from Andy-Jost May 13, 2026 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working cuda.core Everything related to the cuda.core module P0 High priority - Must do!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant