Bug 1867845 - Add len and range to the moz.build sandbox. r=firefox-build-system-reviewers,sergesanspaille
Differential Revision: https://phabricator.services.mozilla.com/D234138
This commit is contained in:
@@ -110,6 +110,8 @@ class Sandbox(dict):
|
||||
"True": True,
|
||||
"sorted": alphabetical_sorted,
|
||||
"int": int,
|
||||
"len": len,
|
||||
"range": range,
|
||||
"set": set,
|
||||
"tuple": tuple,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user