uvloop
uvloop copied to clipboard
create_subprocess_exec should treat env={} as empty environment (#439)
Fixes #439
I'm not sure why the new test is failing on the CI? It works locally for me. Other than that, I think this is okay, thanks for the PR!
@fantix we should merge this
Dropped an assertion under debug mode that ensures cstring array must not be empty.