-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
affects-typeshedAnything that blocks a typeshed changeAnything that blocks a typeshed changefeaturegood-second-issuepriority-0-high
Description
There are at least two classes in typeshed's builtins.pyi
(
class function
and class ellipsis
, that should not belong there.
The issues in typeshed are:
However, typeshed's CI will break if you still use these classes. Please find another way to implement this and let typeshed remove those classes (respectively rename ellipsis to _ellipsis).
The problem is that other software does depend on typeshed as well and for example Jedi this leads to bugs.
lancelote, AlexWaygood, wookie184 and MarcellPerger1
Metadata
Metadata
Assignees
Labels
affects-typeshedAnything that blocks a typeshed changeAnything that blocks a typeshed changefeaturegood-second-issuepriority-0-high