Dave Tapley

Results 93 comments of Dave Tapley

Also seeing this using the meta-class approach to `classmethod` `property` which is required for Python >= 3.10 per: - https://github.com/python/cpython/issues/89519#issuecomment-1405882053 Repro: ```py class MetaC(type): @property def expensive_class_property(cls) -> int: return...

@minrk I _think_ I understand, but when you say: > You can suppress the warning if you are happy with this behavior Do you mean by setting `WindowsSelectorEventLoopPolicy` (as the...

Very late, but I think `XPUB` and `XSUB` are what you needed?