Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
PyPy
pypy
Issues
#3676
Closed
Open
Issue created
Feb 13, 2022
by
Carl Friedrich Bolz-Tereick
@cfbolz
Owner
frozensets can be mutated using methods from class set
>>>>
x
=
frozenset
()
>>>>
set
.
add
(
x
,
1
)
>>>>
x
frozenset
({
1
})
To upload designs, you'll need to enable LFS and have an admin enable hashed storage.
More information