MutableSequence
coverage in ImmutableSandboxedEnvironment
#2032
Milestone
MutableSequence
coverage in ImmutableSandboxedEnvironment
#2032
I happened to notice in using
ImmutableSandboxedEnvironment
that the defaultmodifies_known_mutable
check seems to be missing coverage for a couple of methods. In particular theclear
andpop
methods are checked for bothMutableMapping
andMutableSet
but notMutableSequence
.Example:
Expected:
SecurityError
should be raisedActual:
1
is printedEnvironment:
The text was updated successfully, but these errors were encountered: