coveragepy
coveragepy copied to clipboard
Add some typing changes required by Mypyc
I tried compiling Coverage with Mypyc, the compiler that comes with Mypy. Mypyc is pretty stringent about what it expects, and addressing some of its objections will require some design thought. But these changes are pretty straightforward.
https://github.com/nedbat/coveragepy/issues/1659
@nedbat Any interest in this one? If not, I can close it.