Any-> object in simple operator funcs - #6451
Conversation
This comment has been minimized.
This comment has been minimized.
|
Can you do the same for |
I was less sure about those than about these, because of the |
Any-> object in operator.is_ & operator.is_notAny-> object in simple operator funcs
|
Any idea why mypy_primer has suddenly started taking much longer in the last few days, btw? |
|
I finally got around to fixing project setups for the modular typeshed change, so now mypy_primer installs many more pip packages (mypy has more to do also pip isn't fast). I also added maybe 20 more projects. |
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
Ahh, makes sense, thanks! |
|
Recent changes visible like so: https://github.com/hauntsaninja/mypy_primer/compare/35e004c92..master |
|
I'm hopeful mypy 0.920, if it's ever released, will make mypy-primer much faster (e.g. python/mypy#10922). Maybe I should switch typeshed to using a pre-release wheel... We could also just shard it more. |
👀 |
Definitely important to have a more comprehensive diff in the meantime, anyway! Thanks for all the work you do maintaining such an awesome tool 🙂 |
No description provided.