## Summary This PR adds special-casing for `@final` and `@override` decorator for a similar reason as https://github.com/astral-sh/ruff/pull/17591 to support the invalid overload check. Both `final` and `override` are identity functions which can be removed once `TypeVar` support is added.
36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
Expression # cycle panic (signature_)
|
|
Tanjun # cycle panic (signature_)
|
|
aiohttp # missing expression ID
|
|
alerta # missing expression ID
|
|
altair # cycle panics (try_metaclass_)
|
|
antidote # hangs / slow
|
|
artigraph # cycle panics (value_type_)
|
|
colour # cycle panics (try_metaclass_)
|
|
core # cycle panics (value_type_)
|
|
cpython # missing expression ID, access to field whilst being initialized, too many cycle iterations
|
|
discord.py # some kind of hang, only when multi-threaded?
|
|
freqtrade # cycle panics (try_metaclass_)
|
|
hydpy # cycle panics (try_metaclass_)
|
|
ibis # cycle panics (try_metaclass_)
|
|
manticore # stack overflow
|
|
materialize # stack overflow
|
|
meson # missing expression ID
|
|
mypy # cycle panic (signature_)
|
|
pandas # slow
|
|
pandas-stubs # cycle panics (try_metaclass_)
|
|
pandera # cycle panics (try_metaclass_)
|
|
prefect # slow
|
|
pytest # cycle panics (signature_), missing expression ID
|
|
pywin32 # bad use-def map (binding with definitely-visible unbound)
|
|
schemathesis # cycle panics (signature_)
|
|
scikit-learn # success, but mypy-primer hangs processing the output
|
|
scipy # missing expression ID
|
|
spack # success, but mypy-primer hangs processing the output
|
|
spark # cycle panics (try_metaclass_)
|
|
sphinx # missing expression ID
|
|
steam.py # missing expression ID
|
|
streamlit # cycle panic (signature_)
|
|
sympy # stack overflow
|
|
trio # missing expression ID
|
|
xarray # cycle panics (try_metaclass_)
|