Skip to content

comparison with wildcard raises error #21070

Open
@dkrenn

Description

@dkrenn
sage: w = SR.wild()
sage: {a*w+b: 0 for a in [1, 2] for b in [1, 2]}

results in a TypeError

...
TypeError: ECL says: THROW: The catch MACSYMA-QUIT is undefined.

This seems to be a problem with comparison as:

sage: w = SR.wild()
sage: bool(w == 1)

results in the same error.

Component: symbolics

Issue created by migration from https://trac.sagemath.org/ticket/21070

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions