aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-frozenlist
Commit message (Collapse)AuthorAge
* python-frozenlist: Add new packageJeffery To2023-07-24
From the README: frozenlist.FrozenList is a list-like structure which implements collections.abc.MutableSequence. The list is mutable until FrozenList.freeze is called, after which list modifications raise RuntimeError. Signed-off-by: Jeffery To <jeffery.to@gmail.com>