Hacker News new | ask | show | jobs
by fasttriggerfish 1236 days ago
I think type hints have mostly changed Python for the better but I still get frustrated by the number of half baked features and inconsistencies in the language. You end up fighting quirks ( like isinstance not working properly with generics ) all the time and it can get pretty tedious.
1 comments

... what? You're not supposed to use isinstance with generics??? It's a type-hinting only feature afaik