Python SuperDictionaries (with attributes) and SuperLists

1 Open Issue Need Help Last updated: Sep 19, 2025

Open Issues Need Help

View All on GitHub

AI Summary: A user reported a `TypeError` in Python 3.9 when using `super-collections` version 0.5.6, specifically due to the `SuperDict | SuperList` type hint syntax. This `|` operator for type unions is only supported from Python 3.10, despite the package stating support for Python >=3.8, causing a compatibility issue.

Complexity: 2/5
bug good first issue fixed

Python SuperDictionaries (with attributes) and SuperLists

Python