PEP 702's @deprecated
, @overload
, and __new__()
#8574
Labels
addressed in next version
Issue is fixed and will appear in next published version
bug
Something isn't working
Describe the bug
Changes associated with #4456 add support for much of PEP 702, but the implementation currently fails to warn about use of a
@deprecated
@overload
of__new__()
.This is being filed as a separate issue (rather than a comment on #4456) at @erictraut's request.
Code or Screenshots
pyright-play.net
VS Code extension or command-line
Pyright command-line 1.1.373
The text was updated successfully, but these errors were encountered: