Clarify immutability invariants for StarlarkList/Dict constructors #24851
Labels
P4
This is either out of scope or we don't have bandwidth to review a PR. (No assignee)
team-Loading-API
BUILD file and macro processing: labels, package(), visibility, glob
type: bug
For example, does creating a dict with a frozen mutability imply that its contents are also deeply frozen? This seems to be our assumption, but if so, the javadoc needs updating to stress this point as a possible API foot-gun. Same with StarlarkList construction.
The text was updated successfully, but these errors were encountered: