Auto merge of #28649 - jdm:python-310, r=jdm

Address python 3.10 issue in mach

Fixes #28631.
This commit is contained in:
bors-servo 2021-12-21 23:54:10 -05:00 committed by GitHub
commit 10fa3085d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -16,7 +16,7 @@ import os
import sys
import traceback
import uuid
from collections import Iterable
from collections.abc import Iterable
from six import string_types

View file

@ -144,6 +144,7 @@ directories = [
"./components/script/dom/bindings/codegen/parser",
"./components/script/dom/bindings/codegen/ply",
"./python/_virtualenv*",
"./python/mach",
"./components/hashglobe/src",
# Generated and upstream code combined with our own. Could use cleanup
"./target",