Skip to content

Hash values #20

@emptybutton

Description

@emptybutton

val does not hash values correctly. Need to fix it:

# Now
assert not val() in {val(), val(a=4)}
assert not val() in {1, 2, 3}

# Need
assert val() in {val(), val(a=4)}
assert not val() in {1, 2, 3}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingobjectsobjects.py

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions