Closed Bug 1736610 Opened 3 years ago Closed 2 years ago

Update taskgraph to be Python 3.10+ compatible (collections -> collections.abc)

Categories

(Firefox Build System :: Task Configuration, defect)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mhentges, Unassigned)

References

Details

There's one case where collections.Mapping is used, but since Python 3.10, collections.abc.Mapping must be used instead.

Additional details about this change are documented in the collections module.

Note that the vendored taskgraph in-tree (at third_party/python/taskcluster_taskgraph) will need to be updated too.

See Also: → 1718878

I guess this is fixed?

Looks like it!

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.