MagicStack / immutables

A high-performance immutable mapping type for Python.
Other
1.14k stars 57 forks source link

Add PEP 585 GenericAlias support #101

Closed eltoder closed 1 year ago

eltoder commented 1 year ago

Another attempt at closing #83, since https://github.com/MagicStack/immutables/pull/89 seems stalled.

This also includes updating unit tests and the pure python implementation for consistency.

eltoder commented 1 year ago

@elprans Thanks for looking! I made small changes to follow the style of stdlib.