Uh oh!
There was an error while loading. Please reload this page.
STL map bind naming fix for Sphinx and Pylance - #3985
Conversation
Skylion007
commented
Jun 2, 2022
Okay, so this probably isn't the right the fix. This is caused by a bug where the typing name should be |
themarpe
commented
Jun 2, 2022
Thanks @Skylion007 |
Skylion007
commented
Jun 2, 2022
Okay, so I tried something and it didn't quite work unfortunately. We need some way to get mypy to pickup on that fact that class_name.KeyView[class_name] is an alias / subclass of typing.KeyView, but I am not sure what the best way to do that is. We would need a reproducer of the mypy complaints and see if there isn't away we can fix it with an alias, subclass, typing mixin, etc... @rwgk@henryiii I am stumped any idea how to proceed? I am going to open an issue to track this. |
themarpe
commented
Jun 2, 2022
Thanks for the information layed out in the issue - this was beyond my understanding of the issue at hand. |
themarpe
commented
Jun 7, 2023
Seems to be superseded by: #4353 |
Description
Addresses a change in: #3310
Discussion/rationale can be found over at: #3310 (comment)
Suggested changelog entry: