python-frozenlist: Add new package
authorJeffery To <jeffery.to@gmail.com>
Thu, 20 Jul 2023 07:41:25 +0000 (15:41 +0800)
committerRosen Penev <rosenp@gmail.com>
Tue, 25 Jul 2023 05:46:12 +0000 (22:46 -0700)
commit9c8e4c4aeff27e325f25716a148e484df2886439
tree09414b3f5a6e15d3f2549ec8e48338a898deb8b3
parent5ef294f64f36cf44b63e585364dccf61c444febe
python-frozenlist: Add new package

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>
lang/python/python-frozenlist/Makefile [new file with mode: 0644]