trio now has some level of typed-ness! Unfortunately, we did not just copy over trio-typing meaning the type hints are slightly different.
If your project:
- uses
trio-typing or some custom type stubs (!?!)
- is typechecked against a recent
trio version
then please help us check our new typed interface by checking your code against git+https://github.com/python-trio/trio and telling us your results here! I expect a couple minor-ish typing changes before releasing 0.23.0 (TypeVarTuples, #2761, and fixes for any type issues) but the current state of things should be final-ish.
trionow has some level of typed-ness! Unfortunately, we did not just copy overtrio-typingmeaning the type hints are slightly different.If your project:
trio-typingor some custom type stubs (!?!)trioversionthen please help us check our new typed interface by checking your code against
git+https://github.com/python-trio/trioand telling us your results here!I expect a couple minor-ish typing changes before releasing 0.23.0 (the current state of things should be final-ish.TypeVarTuples, #2761, and fixes for any type issues) but