Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`conda lock` may deadlock with a child `conda` process, it may be trying to read from `stdout` while `conda` is trying to write to `stderr` (blocked) Reading from `stdout` in a separate thread allows `stderr` to be consumed in the main thread.
- Loading branch information