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 reports a `TypeError` in `super-collections` version 0.5.6 when running on Python 3.9. The error, `unsupported operand type(s) for |: 'type' and 'type'`, stems from a type hint using the `|` operator for union types, which is a Python 3.10+ feature, despite the package claiming support for Python >= 3.8.

Complexity: 2/5
bug good first issue fixed

Python SuperDictionaries (with attributes) and SuperLists

Python