A high-performance immutable mapping type for Python
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).
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).
To install py312-immutables, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-immutables
To see what files were installed by py312-immutables, run:
port contents py312-immutables
To later upgrade py312-immutables, run:
sudo port selfupdate && sudo port upgrade py312-immutables
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.