ruff/crates/ty_python_semantic/resources/primer/bad.txt
David Peter fab862c8cd
[ty] Ecosystem checks: activate running on 'manticore' (#17916)
## Summary

This is sort of an anticlimactic resolution to #17863, but now that we
understand what the root cause for the stack overflows was, I think it's
fine to enable running on this project. See the linked ticket for the
full analysis.

closes #17863

## Test Plan

Ran lots of times locally and never observed a crash at worker thread
stack sizes > 8 MiB.
2025-05-07 06:27:36 -07:00

23 lines
1 KiB
Text

Tanjun # hangs
altair # cycle panics (try_metaclass_)
antidote # hangs / slow
artigraph # cycle panics (value_type_)
colour # cycle panics (try_metaclass_)
core # cycle panics (value_type_)
cpython # 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_)
pandas # slow
pandas-stubs # cycle panics (try_metaclass_)
pandera # cycle panics (try_metaclass_)
prefect # slow
pylint # cycle panics (self-recursive type alias)
pywin32 # bad use-def map (binding with definitely-visible unbound)
schemathesis # salsa cycle.rs:164 assertion fails, only in CI
scikit-learn # success, but mypy-primer hangs processing the output
spack # success, but mypy-primer hangs processing the output
spark # cycle panics (try_metaclass_)
steam.py # cycle panics (try_metaclass_), often hangs when multi-threaded
xarray # cycle panics (try_metaclass_)