File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
crates/ty_python_semantic/resources/primer Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,23 @@ discord.py # some kind of hang, only when multi-threaded?
1010freqtrade # cycle panics (try_metaclass_)
1111hydpy # cycle panics (try_metaclass_)
1212ibis # cycle panics (try_metaclass_)
13+ jax # too many cycle iterations
1314manticore # stack overflow
1415materialize # stack overflow
1516mypy # cycle panic (signature_)
17+ packaging # too many cycle iterations
1618pandas # slow
1719pandas-stubs # cycle panics (try_metaclass_)
1820pandera # cycle panics (try_metaclass_)
21+ pip # vendors packaging, see above
1922prefect # slow
2023pylint # cycle panics (self-recursive type alias)
24+ pyodide # too many cycle iterations
2125pytest # cycle panics (signature_)
2226pywin32 # bad use-def map (binding with definitely-visible unbound)
2327schemathesis # cycle panics (signature_)
2428scikit-learn # success, but mypy-primer hangs processing the output
29+ setuptools # too many cycle iterations
2530spack # success, but mypy-primer hangs processing the output
2631spark # cycle panics (try_metaclass_)
2732steam.py # cycle panics (try_metaclass_), often hangs when multi-threaded
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ imagehash
4444isort
4545itsdangerous
4646janus
47- jax
4847jinja
4948koda-validate
5049kopf
@@ -63,11 +62,9 @@ openlibrary
6362operator
6463optuna
6564paasta
66- packaging
6765paroxython
6866parso
6967pegen
70- pip
7168poetry
7269porcupine
7370ppb-vector
@@ -79,7 +76,6 @@ pydantic
7976pyinstrument
8077pyjwt
8178pylox
82- pyodide
8379pyp
8480pyppeteer
8581pytest-robotframework
9288schema_salad
9389scipy
9490scrapy
95- setuptools
9691sockeye
9792speedrun.com_global_scoreboard_webapp
9893sphinx
You can’t perform that action at this time.
0 commit comments