Open
Description
In several recent PRs the mypy-primer (0)
can take close to, or over an hour causing timeout due to long checking on the colour
package.
- Try to fix problems caused by in-place modification of typevar defaults #19382: 55 min, over 50 min spent on
colour
- Fix
Enum.value
inference forEnum
s with@cache
d methods #19374: 55 min, over 50 min spent oncolour
- perf: add
__slots__
toSubtypeContext
#19397: 58 min, over 56 min spent oncolour
- Draft: Solve intermediate variable bug #19399: timeout, over 56 min spent on
colour