Fedora Packages

python3-immutables Subpackage of python-immutables

Immutable Collections

An immutable mapping type for Python. The underlying datastructure is a Hash Array Mapped Trie (HAMT) used in Clojure, Scala, Haskell, and other functional languages. This implementation is used in CPython 3.7 in the contextvars module (see PEP 550 and PEP 567 for more details). Immutable mappings based on HAMT have O(log N) performance for both set() and get() operations, which is essentially O(1) for relatively small mappings.

Releases Overview

Release Stable Testing
Fedora Rawhide 0.20-3.fc40 -
Fedora 40 0.20-3.fc40 -
Fedora 39 0.19-6.fc39 -
Fedora 38 0.19-2.fc38 -
EPEL 9 0.18-1.el9 -
EPEL 8 0.15-2.el8 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at python-immutables dash maintainers at fedoraproject dot org.



Sources on Pagure