You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some async functions in trio (esp. in the test suite) that intentionally don't have any checkpoints. The way to handle this I think is to annotate those with @no_checkpoint or something (which just sets a flag that the enforce_checkpoint function would look for), and this would actually be a good piece of executable documentation, as well as being essentially free at runtime.
Like:
and calling this from
conftest.py
The text was updated successfully, but these errors were encountered: