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 py37-immutables, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py37-immutables
To see what files were installed by py37-immutables, run:
port contents py37-immutables
To later upgrade py37-immutables, run:
sudo port selfupdate && sudo port upgrade py37-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.