Comment on Python proposal: add immutable (persistent) dictionariesComments−yen2236ySomething interesting to note is that Python’s ContextVar (introduced in Python 3.7) is a persistent dictionary.https://www.python.org/dev/peps/pep-0567/#implementation
Comments
Something interesting to note is that Python’s ContextVar (introduced in Python 3.7) is a persistent dictionary.
https://www.python.org/dev/peps/pep-0567/#implementation