FICHA · MANJARO

python-frozenlist

FrozenList is a list-like structure which can be made immutable

  • Library
  • Dev
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Use a list-like structure that can be frozen to prevent later modification. It helps Python libraries expose sequence data safely after setup while still allowing controlled construction.

This is a developer data-structure library, not a user-facing tool. Freezing prevents accidental mutation, but projects should still define who owns the data and when it is safe to finalize it.

Permissions

Permissions not analysed for this source yet.