Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Check for more blocking sync calls in async functions #4

Closed
Zac-HD opened this issue Jul 17, 2022 · 0 comments · Fixed by #6
Closed

Check for more blocking sync calls in async functions #4

Zac-HD opened this issue Jul 17, 2022 · 0 comments · Fixed by #6

Comments

@Zac-HD
Copy link
Owner

Zac-HD commented Jul 17, 2022

python-trio/trio#671 (comment) mentions time.sleep() and subprocess.run() in addition to requests.get(). We should probably cover those, and any other ideas people think of...

@Zac-HD Zac-HD closed this as completed in #6 Nov 7, 2022
Zac-HD pushed a commit that referenced this issue Nov 7, 2022
Co-authored-by: Zac Hatfield-Dodds <[email protected]>
fixes #4
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant