This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erezinman
Recipients erezinman
Date 2021-03-22.14:14:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616422475.21.0.567999561156.issue43595@roundup.psfhosted.org>
In-reply-to
Content
This is actually a lot worse and unrelated to the aforementioned issue.

The code 

```
from typing import Union
from abc import ABC


Union[str, ABC]
```

raises the exception

 >>> TypeError: descriptor '__subclasses__' of 'type' object needs an argument
History
Date User Action Args
2021-03-22 14:14:35erezinmansetrecipients: + erezinman
2021-03-22 14:14:35erezinmansetmessageid: <1616422475.21.0.567999561156.issue43595@roundup.psfhosted.org>
2021-03-22 14:14:35erezinmanlinkissue43595 messages
2021-03-22 14:14:35erezinmancreate