Open Issues Need Help
View All on GitHub Python3.9: SuperDict | SuperList: TypeError: unsupported operand type(s) for |: 'type' and 'type' 6 months ago
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