Skip to content

A bug of the antlr4 python3 runtime 4.5.3 #1265

@yagweb

Description

@yagweb

In the file IntervalSet.py, the statement at line 147 is,
i.start = v + 1.
In which the variable i is of type range, so its member start is readonly.
Maybe it can be replaced by,
self.intervals[self.intervals.index(i)] = range(v + 1, i.stop).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions