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