Alex Willmer

Results 364 comments of Alex Willmer

https://sources.debian.org/patches/python-mitogen/0.3.23-2/skip-python2.7-test/ can probably be dropped, it should be covered by ```python @unittest.skipIf( not testlib.have_python2() or not testlib.have_python3(), "Python 2/3 compatibility tests require both versions on the controller", ) ``` added...

Current contenders - MyPy - most mindshare, written in Python - PyRight - default Type Checker in VS Code Python extension. TypeScript - Ty - relative newcomer from makers of...

The allow list (whitelist) entries were added in 2018 replcijng several deny list (blacklist) entries; with the intent of reducing roundtrips for modules that Mitogen was unlikely to be able...