Skip to content

result_is_success should be inlined and should not use a set expression #37

@smarie

Description

@smarie

result_is_success is currently not inlined
and it uses return validation_result in {None, True} which may fail if validation_result is not hashable, and is definitely slower than (validation_result is True) or (validation_result is None)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions