FrozenList is a Python library providing a list-like structure that implements collections.abc.MutableSequence. The list remains mutable until the freeze() method is called, after which any modifications raise a RuntimeError. The current version is 1.8.0, released in October 2025, with a release cadence of approximately one to two updates per year.
pip install frozenlistVerified import paths — ran on the pinned version, not inferred.
Demonstrates creating a FrozenList, modifying it, freezing it, and handling attempts to modify it after freezing.
Upgrade your Python environment to version 3.8 or newer.
Upgrade your Python environment to version 3.7 or newer.
Ensure that all necessary modifications are made before freezing the list.
Call freeze() before attempting to hash a FrozenList instance.
Install the package using pip: `pip install frozenlist`
Ensure modifications are made before calling `freeze()`, or create a new FrozenList instance if further modifications are required.
Ensure your build tools (like `gcc`) are installed and up-to-date. If using a newer Python version, try upgrading `pip` and `setuptools` (`pip install --upgrade pip setuptools`) or check if a newer 'frozenlist' version with pre-built wheels for your Python version is available.
No dependency data recorded yet.