Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
Bug report
Bug description:
fromwarningsimportdeprecatedfromtypingimportProtocolclassFooProtocol(Protocol):passclassBase:pass@deprecated("")classDeprecatedBase:passclassFooWithBase(Base,FooProtocol):passclassFooWithDeprecatedBase(DeprecatedBase,FooProtocol):passassertFooWithBase._is_protocolisFalseassertFooWithDeprecatedBase._is_protocolisTrue
CPython versions tested on:
3.13
Operating systems tested on:
macOS