File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
crates/ty_python_semantic/resources/primer Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,18 @@ discord.py # some kind of hang, only when multi-threaded?
10
10
freqtrade # cycle panics (try_metaclass_)
11
11
hydpy # cycle panics (try_metaclass_)
12
12
ibis # cycle panics (try_metaclass_)
13
+ jax # too many cycle iterations
13
14
manticore # stack overflow
14
15
materialize # stack overflow
15
16
mypy # cycle panic (signature_)
17
+ packaging # too many cycle iterations
16
18
pandas # slow
17
19
pandas-stubs # cycle panics (try_metaclass_)
18
20
pandera # cycle panics (try_metaclass_)
21
+ pip # vendors packaging, see above
19
22
prefect # slow
20
23
pylint # cycle panics (self-recursive type alias)
24
+ pyodide # too many cycle iterations
21
25
pytest # cycle panics (signature_)
22
26
pywin32 # bad use-def map (binding with definitely-visible unbound)
23
27
schemathesis # cycle panics (signature_)
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ imagehash
44
44
isort
45
45
itsdangerous
46
46
janus
47
- jax
48
47
jinja
49
48
koda-validate
50
49
kopf
@@ -63,11 +62,9 @@ openlibrary
63
62
operator
64
63
optuna
65
64
paasta
66
- packaging
67
65
paroxython
68
66
parso
69
67
pegen
70
- pip
71
68
poetry
72
69
porcupine
73
70
ppb-vector
@@ -79,7 +76,6 @@ pydantic
79
76
pyinstrument
80
77
pyjwt
81
78
pylox
82
- pyodide
83
79
pyp
84
80
pyppeteer
85
81
pytest-robotframework
You can’t perform that action at this time.
0 commit comments